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
29.3k stars 7.32k forks source link

Does this project support FCOS? #5288

Open Godk02 opened 1 month ago

Godk02 commented 1 month ago

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

Programmer-RD-AI commented 1 month 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