Open Superman0307 opened 3 years ago
I have the same issue. I train without any problem with loss around 200 but when I run detect.py it shows the message no box detected which means there is not bbox detected. Were you able to figure this out @LongxingTan ?
I had the same issue, using the pre-trained model (converted from pytorch). In the detect.py, there might be something wrong with pred_bbox. I am debugging now.
Figured it out. It seems that the detect.py has some bugs there. The model was yolo5s, converted from the Ultralytics yolo5. What I did are following:
Then it fixed the problem of no box detected
. Hopefully, this is helpful.
After finishing train 100 epoch with voc dataset,I detect the train sample.but It's find nothing . the Loss about 500.