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
When running train_visdrone.py, I am getting the following error:
File "//VisDrone-master/visdrone.py", line 92, in load_anno
(x, y, w, h, score, cls, truncation, occlusion) = line.split(',')
ValueError: not enough values to unpack (expected 8, got 1)
I suspect the annotation text file should contain 8 values.
The text was updated successfully, but these errors were encountered:
When running train_visdrone.py, I am getting the following error:
File "//VisDrone-master/visdrone.py", line 92, in load_anno
(x, y, w, h, score, cls, truncation, occlusion) = line.split(',')
ValueError: not enough values to unpack (expected 8, got 1)
I suspect the annotation text file should contain 8 values.
The text was updated successfully, but these errors were encountered: