Open AllenPeng0209 opened 5 years ago
@AllenPeng0209 It is discussed in Section 4.1.2 in our paper.
Also,
would it be better to train 80 centerness scores for 80 class instead of 1 score for 80 class? Thanks
@AllenPeng0209 Sorry, we have not tried this. You might try it by yourself.
@tianzhi0549 I've tried sharing the center-ness head with the reg head rather than the cls head. This simple modification leads to 0.5 mAP gain for FCOS-R101. You can try this.
@bearcatt Thank you very much! We will try it.
@bearcatt We have confirmed it can improve the performance. Do you mind we add this into our code with a proper acknowledgement?
@bearcatt Thank you:-). Let me do it.
@bearcatt Why I share center-ness head in reg branch at mmdetection,it's not improved
The value of CENTERNESS_ON_REG in the provided yaml file is set to True. The performance of the paper shows excellent performance when CENTERNESS_ON_REG:False. If the default value of all yaml is True, is the performance excellent? I have confused.
Hi,
I want to know that is there any experiment results show that centerness branch shared the same parameter with classification branch achieve the best MAP?
Would it be better to separate the centerness branch?
And what it the effect and result behind?
Thanks !