pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
cam_demo.py got error NameError: name 'im_dim' is not defined
So when i ran cam_demo.py , i got this error im_dim = im_dim.cuda() NameError: name 'im_dim' is not defined Can someone give me an answer for this error,thks
Uncomment the line above (im_dim = torch.FloatTensor(dim).repeat(1,2) ), it should start working