Closed MyVanitar closed 7 years ago
The files should be placed inside Caffe Directory
@VanitarNordic ,Hi, which files? where should the files be placed? I face this error too,thanks!
You must run the file from the root, I mean from the caffe-ssd folder copy it there and run it
Hello, I have the same error running create_annoset.py. Could you kindly tell me the details you fixed this issue? Which files should be copied and run under caffe root folder? Thanks!
I also encountered the same error. I found that because I used clion to compile caffe, so I need to change cmd = "{}/build/tools/convert_annoset"\ to cmd = "{ }/cmake-build-release/tools/convert_annoset" \ in caffe/script/create_annoset.py
Check your convert_annoset.exe path in caffe/script/create_annoset.py should solve the problem.
Hello,
I face this error when I run .sh file which uses
create_annoset.py
(Ubuntu 16.04)