open-mmlab / mmyolo

OpenMMLab YOLO series toolbox and benchmark. Implemented RTMDet, RTMDet-Rotated,YOLOv5, YOLOv6, YOLOv7, YOLOv8,YOLOX, PPYOLOE, etc.
https://mmyolo.readthedocs.io/zh_CN/dev/
GNU General Public License v3.0
2.97k stars 536 forks source link

ERROR - F:\anaconda3\envs\mmyolo\lib\site-packages\mmdet\evaluation\metrics\coco_metric.py - compute_metrics - 461 - The testing results of the whole dataset is empty. #826

Open Latitude9527 opened 1 year ago

Latitude9527 commented 1 year ago

This issue occurred when training after I changed a loss function. I've tried my loss function no problem, it has a value between 0 and 1.I changed the ciou loss function directly, and several small improvements worked before, but this issue arose while I was validating several of my new ideas

Latitude9527 commented 1 year ago

I tried to change learninga rate .but it didn't work

Latitude9527 commented 1 year ago

The dataset was made from a few images I randomly selected from coco2017

Z-Kamito commented 11 months ago

Has it been resolved? I also encountered this situation. The reason is that I changed the resnet and added an output layer. In addition to changing the resnet, is there anything else that needs to be changed?