Skip to content

Does FreeAnchor require artificially designed anchor boxes?Such as anchor_rations=[0.5, 1.0, 2.0] #25

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

Open
madexin opened this issue Jan 11, 2020 · 2 comments

Comments

@madexin
Copy link

madexin commented Jan 11, 2020

No description provided.

@madexin
Copy link
Author

madexin commented Jan 11, 2020

The essence of FreeAnchor is to select a suitable anchor frame for each object through the free matching of targets and features, and its essence is to choose the appropriate CNN features for each object. Can it be understood that FerrAnchor still needs an artificially designed anchor box, just select the anchor box with a larger score from the anchor boxes created by these people and then use FreeAnchor to process it? In your open source code, I don't see the specific aspect ratio of the anchor box, but in mmdetection, I clearly see anchor_rations=[0.5, 1.0, 2.0].

@madexin madexin changed the title The essence of FreeAnchor is to select a suitable anchor frame for each object through the free matching of targets and features, and its essence is to choose the appropriate CNN features for each object. Can it be understood that FerrAnchor still needs an artificially designed anchor box, just select the anchor box with a larger score from the anchor boxes created by these people and then use FreeAnchor to process it? In your open source code, I don't see the specific aspect ratio of the anchor box, but in mmdetection, I clearly see anchor_rations=[0.5, 1.0, 2.0]. Does FreeAnchor require artificially designed anchor boxes?Such as anchor_rations=[0.5, 1.0, 2.0] Jan 11, 2020
@zhangxiaosong18
Copy link
Owner

Yes, it require hand-crafted anchors.

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