Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License and question #2

Open
Jpvmello opened this issue Jun 5, 2023 · 1 comment
Open

License and question #2

Jpvmello opened this issue Jun 5, 2023 · 1 comment

Comments

@Jpvmello
Copy link

Jpvmello commented Jun 5, 2023

Hi, nice work! I would like to ask two questions:

  1. I saw no information about the repo's license. Is it okay to use/modify, even for a commercial project?
  2. Did you evaluate the method on images with overlapping bounding boxes? I mean: if the foreground inside a box contain part of the foreground inside another box, how would the system deal with it?
michaelgroeger added a commit that referenced this issue Jun 9, 2023
@michaelgroeger
Copy link
Owner

Hi @Jpvmello,

Thanks for reaching out and the interest in our work!

  1. I added an MIT License so you can use it in commercial projects. It would just be nice if you cite our work if possible.

  2. I am not 100 % sure if there are images like that in the dataset. I skimmed through the first 120 and what comes closest to your question are images 70-77. The system should be able to deal with an overlap though. It would treat it as one area and then the objects might be separated after comparing the embeddings and/or the CRF stage. Note however that we don't do instance segmentation so the mask(s) will be of the same class.

If you have further questions don't hesitate to ask.

Best,

Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants