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
python .\detect.py --weights last.pt --source 0 --kpt-label
edgeai-yolov5-yolo-pose\detect.py", line 65, in detect
model(torch.zeros(1, 3, imgsz[0], imgsz[0]).to(device).type_as(next(model.parameters()))) # run once
TypeError: 'int' object is not subscriptable
Additional context
?
The text was updated successfully, but these errors were encountered:
❔Question
python .\detect.py --weights last.pt --source 0 --kpt-label
edgeai-yolov5-yolo-pose\detect.py", line 65, in detect
model(torch.zeros(1, 3, imgsz[0], imgsz[0]).to(device).type_as(next(model.parameters()))) # run once
TypeError: 'int' object is not subscriptable
Additional context
?
The text was updated successfully, but these errors were encountered: