-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to determine the boundary area of the object of interest? #22
Comments
Hi, here are the codes for extracting object bounding boxes. |
@Sierkinhane Hi ,
|
Unfortunately, the proposed method currently only works well on foreground-background separation. We tried to use the learned features for classification but it didn't get better results than traditional classification methods. We argue the model cannot learn discrimative features via the proposed foreground-background contrastive loss. Maybe you can try to involve more activation channels and build additional contrastive losses upon the foreground-background contrast. Exactly, it is for evalution. |
1.How to determine the boundary area of the object of interest?
2.The paper mentions: the class-agnostic activation maps can be used to extract class-agnostic object bounding boxes for localization. How to locate the code part that is not found?
The text was updated successfully, but these errors were encountered: