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
Traceback (most recent call last):
File "train.py", line 626, in
train() # train normally
File "train.py", line 431, in train
dataloader=testloader)
File "./yolov3-point-master/test.py", line 240, in test
ious[j] > iouv).cpu() # iou_thres is 1xn
RuntimeError: Index put requires the source and destination dtypes match, got Byte for the destination and Bool for the source.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train.py", line 626, in
train() # train normally
File "train.py", line 431, in train
dataloader=testloader)
File "./yolov3-point-master/test.py", line 240, in test
ious[j] > iouv).cpu() # iou_thres is 1xn
RuntimeError: Index put requires the source and destination dtypes match, got Byte for the destination and Bool for the source.
The text was updated successfully, but these errors were encountered: