stanford-futuredata / noscope

Accelerating network inference over video
http://dawn.cs.stanford.edu/2017/06/22/noscope/
436 stars 122 forks source link

OSError: [Errno 2] No such file or directory: '/home/zhangrf/NOSCOPE/data/experiments/coral-reef-long' #22

Open zzzzzz0407 opened 7 years ago

zzzzzz0407 commented 7 years ago

when I run the run.sh i meet with the following issue: image which shows that there are some problems in noscope_motherdog.py , so i open the py and find the related code, as is following: image and i think the code tells that if i have no experiment_dir ,it will make it automatically, but the fact is that though it print the sentence as following: image but there is no directory generated in fact,so when it run the code "os.chdir( experiment_dir )", it raise the issue ,i am not sure how to debug it,can you help me?

Arsey commented 7 years ago

Try to create that dir manually if you're not able to debug or fix the code

zzzzzz0407 commented 7 years ago

Thanks firstly that I have solved the last issue ,but when i run the ./run.sh again, the new issue appears,just liake this: the first issue: image I search for it in the directory of noscope which you give in online ,but i faid to find it.So can you tell me where it is? and the second issue is: image and image i just download the coral-reef-long.csv and coral-reef-long.mp4 , and i think the files which result in the issue should generate itself ,i do not know which step i go wrong,please help me ,a poor guy who want make process in your great work!