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
I m evaluating my yolo model and reid model with strongsort! I have my own dataset (10 drone classes)!
MOTCUSTOM contains same architecture described here https://github.com/mikel-brostrom/yolov8_tracking/wiki/How-to-evaluate-on-custom-tracking-dataset but it keeps generating
dict_keys([])
Traceback (most recent call last):
File "/content/yolov8_tracking/val.py", line 358, in
e.run(opt)
File "/content/yolov8_tracking/val.py", line 305, in run
print('HOTA:', combined_results['HOTA'])
KeyError: 'HOTA'
please help as soon as possible
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I m evaluating my yolo model and reid model with strongsort! I have my own dataset (10 drone classes)!
MOTCUSTOM contains same architecture described here https://github.com/mikel-brostrom/yolov8_tracking/wiki/How-to-evaluate-on-custom-tracking-dataset but it keeps generating
dict_keys([])
Traceback (most recent call last):
File "/content/yolov8_tracking/val.py", line 358, in
e.run(opt)
File "/content/yolov8_tracking/val.py", line 305, in run
print('HOTA:', combined_results['HOTA'])
KeyError: 'HOTA'
please help as soon as possible
Beta Was this translation helpful? Give feedback.
All reactions