tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.27k stars 629 forks source link

Why RPN_ONLY is True at FCOS config #346

Open suresh-s opened 3 years ago

suresh-s commented 3 years ago

I appreciate the good work!

I have noticed that MODEL.RPN_ONLY value is True at all the yaml files of config/fcos.

  1. why RPN_ONLY is true?.
  2. if i make MASK_ON as True, could you tell me if the code work without issue or what are all changes i have to do?