Replies: 1 comment
-
@ppwwyyxx could you please clarify? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
📚 Documentation Issue
Greetings.
The info in RPN and anchor generator scripts indicates that the procedure for anchor generation is the same as presented in Faster R-CNN paper although I find some aspects strange.
The article states that the anchors are generated at each sliding window location of the 3x3 conv layer, corresponding to centre of the sliding window.
From the scripts I've mentioned, it seems that the anchors are generated separately at grid points of the specific feature map (stride dependent then), rather than in the centre of the supposed sliding window.
Can someone please clarify this event?
Beta Was this translation helpful? Give feedback.
All reactions