pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
File "cam_demo.py", line 122, in <module> im_dim = im_dim.cuda() NameError: name 'im_dim' is not defined
I got the error as was mentioned in the screenshot below, while others suggested to delete the line 122 comment, I have done it. I fixed that issue. Now the camera light pops out. However, I do not see a new window appear and processsing go.... What should I do??
https://i.gyazo.com/748ab3ae975e1e5a62ed4d752194a4aa.png
how did you fix it?