FCOS icon indicating copy to clipboard operation
FCOS copied to clipboard

predicted boxes are weird(x1=x2, y1=y2)

Open HyunjiEllenPak opened this issue 3 years ago • 0 comments

Hi, I had trained FCOS model on my own dataset and I evaluate the model using the modified coco_eval.py The performance is very low but the predicted boxes are weird. They are all boxes such that x1 and x2 are same and y1 and y2 are same. Why the predictions are almost points, not boxes? Could you give me some advices?

HyunjiEllenPak avatar Jul 09 '21 11:07 HyunjiEllenPak