FCOS icon indicating copy to clipboard operation
FCOS copied to clipboard

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)

Results 112 FCOS issues
Sort by recently updated
recently updated
newest added

Why the testing results on coco_2017_test_dev are all -1? Without any modification. The version problem? help! plz....

**Hi! I've trained with my own data set.Now I want to know how to visualize the results of the test. I want to see the results of the test. In...

Hello, I have trained FCOS on my own dataset. But when I tried to test my model, I found bounding box was right while label was wrong. I have changed...

when i run python tools/train_net.py, there is a error: from fcos_core.utils.env import setup_environment ModuleNotFoundError: No module named 'fcos_core'

How FCOS with BoxHead should be used ? what kind of change required? and also i want to know whether FCOS with BoxHead is overkill.

![image](https://user-images.githubusercontent.com/13573827/119592854-d60c9a80-be0b-11eb-9651-f8f4813d554b.png) This is figure 7 in paper, i'am curious the left part is trained with centerness branch, but only plot classification-score with iou, or trained without centerness branch?

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...

Hi, FCOS is really a delicate model. I noticed that you improved the performance by sharing features of the classification layer with the centerness layer. However, I am just curious...

![image](https://user-images.githubusercontent.com/35215541/117579400-438aac80-b125-11eb-8b13-14aff2d7d8fa.png)