lkevinzc / dance

Codes for "DANCE: A Deep Attentive Contour Model for Efficient Instance Segmentation", WACV2021
67 stars 13 forks source link

About code on coco #12

Closed Yinyf0804 closed 3 years ago

Yinyf0804 commented 3 years ago

Thanks for your great work. I have a question that why do you reproduce your code on detectron2 when training on coco, instead of directly using 'snake' code? Since files of coco dataset (dataset and evaluation for coco) have already existed in 'snake' (though snake does not use them).

lkevinzc commented 3 years ago

Hi @Yinyf0804 , thanks for your attention.

Because I think the detector in 'snake' is not as good as FCOS implemented in detectron2, which cannot perform so well for challenging dataset like COCO.

Yinyf0804 commented 3 years ago

Thanks for your reply!