You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Shariatnia, thanks for the tutorial! It helps a lot!
But I am still confused about test.py and have some bugs.
I trained the full VOC dataset and ran 200 epochs, resulting in a model best_vaild_loss.pth. I would like to evaluate the mAP of the trained model, but I am getting the following errors. I am wondering how to solve the problem. Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
go to debugger mode and check what the output of bboxes tensor is. I guess maybe the model has not been able to detect any boxes for one image and that could explain this error.
Hi Shariatnia, thanks for the tutorial! It helps a lot!
But I am still confused about
test.py
and have some bugs.I trained the full VOC dataset and ran 200 epochs, resulting in a model
best_vaild_loss.pth
. I would like to evaluate the mAP of the trained model, but I am getting the following errors. I am wondering how to solve the problem. Do you have any suggestions?The text was updated successfully, but these errors were encountered: