iPersevere
iPersevere
Thank you for your reply! Indeed, I run the test.py as your instruction, but I got this error:FileNotFoundError: [Errno 2] No such file or directory: "'./download/model_best.pth.tar'" What does this means?...
OK, thanks! However, another issue is waitting to be solved. When I run: python test.py './download/papers_video' fcnet 7 './download/fc7.pth.tar' --save_videos='./output_videos' --gpu_id 0. I got this error: FileNotFoundError: [Errno 2] No...
Hello, Thanks for your reply! I just don't know what the model_best.pth.tar and h5_data mean. I preliminarily think that model_best.pth.tar represents fc4 or fc7, and h5_data represents paper_videos when I...
> I fixed this problem in a ugly solution. > The error was always reporting when detecting the image named "scream.jpg". > Specifically, the right dimension returned from function "write_results"...
If I want to save the coordinates of the boxes as csv or text, what should I do?