Closed bruceyang2012 closed 4 years ago
I want to know about it too.
The are two reasons (1) remove hyper-parameter defined by anchor scales and ratios and (2) reduce overhead of feature sampling for adaptive conv. When using more scales, it is expected that the performance is at least comparable to 1 scale.
If I want using more anchors. How can I do the adaptive conv?
The feature sampling of adaptive convolution is controlled by the offsets. You need to modify anchor_offset() to support multiple anchors per location.
Thank you for your reply. I mean if i get multiple offsets. How to combined with multiple anchor?
@zlj199502 you may need to utilize deformable group to use multiple multiple anchor.
Hi,I wonder why you use a single anchor per location. Will you get a better result if using more anchor ratios? Thanks.