facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
30.54k stars 7.48k forks source link

Does this project support FCOS? #5288

Open Godk02 opened 6 months ago

Godk02 commented 6 months ago

I didn't see any documents like FCOS.yaml.

Programmer-RD-AI commented 5 months ago

Hi, FCOS Was Added: https://github.com/facebookresearch/detectron2/blob/main/configs/COCO-Detection/fcos_R_50_FPN_1x.py For further details Check the issue: #685 Thank you