VarifocalNet: Question about ablation studies in paper
Hi, thanks for your work and repo. I’m very interested in the VFL
, which combines classification scores and location scores in the targets. Then I have some questions about VFL
.
- In
table 3
of the paper, the first row represents the results of the raw VFNet trained with the focal loss. What israw VFNet
? Is itFCOS+ATSS with the centerness branch removed
? - If not, have you compared the performances between applying
VFL
toFCOS+ATSS with the centerness branch removed
and applyingFL
toFCOS+ATSS(with the centerness branch)
?
Thank you very much!
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 25 (12 by maintainers)
Hi, this is the code for my experiment which was done with mmdetection v1.1. You may write your own based on it. Hope this helps.