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

seems to a bug? #37

Open
clelouch opened this issue Feb 3, 2021 · 3 comments
Open

seems to a bug? #37

clelouch opened this issue Feb 3, 2021 · 3 comments

Comments

@clelouch
Copy link

clelouch commented Feb 3, 2021

image
it seems that the mask_scores = 0.3 * mask_iou + bbox_score

@clelouch
Copy link
Author

clelouch commented Feb 3, 2021

image
if i am right, it should be "if label is not None"?

@JialeCao001
Copy link
Owner

@clelouch Thanks for interest. I am sorry that I donot clean the code very well. It is 0.3 * mask_iou + bbox_score. We donot use the original multiplication in mask scoring paper. We always implement the code in L344.

@clelouch clelouch closed this as completed Feb 3, 2021
@clelouch clelouch reopened this Feb 3, 2021
@clelouch
Copy link
Author

clelouch commented Feb 3, 2021

Thanks for your reply. I am curious

  1. how your determine the value of the hyperparameter (i.e. 0.3 ) and
  2. compared with the original multiplication in mask scroing rcnn, how much difference it makes .
  3. Besides, why you choose such a way to generate the mask score?
  4. is the D2Det sensitive to the hyperparameter(i.e. 0.3 )?
    looking forward to your reply!

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