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
File "tune.py", line 336, in train
results, maps, times = test.test(opt.data,
File "/srv/beegfs02/scratch/aegis_guardian/data/Timothy/Solomon/yolor_pytorch/yolor/test.py", line 163, in test
box_data = [{"position": {"minX": xyxy[0], "minY": xyxy[1], "maxX": xyxy[2], "maxY": xyxy[3]},
File "/srv/beegfs02/scratch/aegis_guardian/data/Timothy/Solomon/yolor_pytorch/yolor/test.py", line 165, in
"box_caption": "%s %.3f" % (names[cls], conf),
TypeError: list indices must be integers or slices, not float
The text was updated successfully, but these errors were encountered:
File "tune.py", line 336, in train
results, maps, times = test.test(opt.data,
File "/srv/beegfs02/scratch/aegis_guardian/data/Timothy/Solomon/yolor_pytorch/yolor/test.py", line 163, in test
box_data = [{"position": {"minX": xyxy[0], "minY": xyxy[1], "maxX": xyxy[2], "maxY": xyxy[3]},
File "/srv/beegfs02/scratch/aegis_guardian/data/Timothy/Solomon/yolor_pytorch/yolor/test.py", line 165, in
"box_caption": "%s %.3f" % (names[cls], conf),
TypeError: list indices must be integers or slices, not float
The text was updated successfully, but these errors were encountered: