FCOS
FCOS copied to clipboard
Why don't you train and test on VOC? or just trained and tested, but found the result was not satisfying?
@Emma0118 We tried some initial experiments, and FCOS can achieve on-par results with RetinaNet on VOC.
Is the configs/pascal_voc/*.yaml used for training VOC dataset? @tianzhi0549
We used the training settings in detectron2. https://github.com/facebookresearch/detectron2/blob/master/configs/PascalVOC-Detection/faster_rcnn_R_50_FPN.yaml But they seem to be similar.