stanford-futuredata / noscope

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

No such file or directory:train_918000_1836000.csv #27

Closed zzzzzz0407 closed 6 years ago

zzzzzz0407 commented 6 years ago

Firstly, thanks a lot for updating your tutorial in time , and i follow your steps which you required. Everything seems good until the error appears: image and in that directory i only to find as following: image it generate the train_918000_1836000.log but no train_918000_1836000.csv I do not know where the problem is,can you help me? (PS:for the mp4 is too large, i just cut it to 3000 frames and i also changge the NUM_FRAMES="3000")

ddkang commented 6 years ago

You will need the full mp4 to run the script.

zzzzzz0407 commented 6 years ago

Even when I use the full jackson-town-square.mp4 ,it still appears the same issue. i just see the definition of train_csv_filename in noscope_motherdog.py like this: image but i do not see the code that generate train_csv_filename, can you figure it out for me? Thanks very much!

ddkang commented 6 years ago

Please delete any files/folders in the experiments subdirectory and re-run the script with the full mp4.

zzzzzz0407 commented 6 years ago

I have delete all the files/folders in the experiments , cnn-avg and cnn-models ,and re-run the full mp4, but the same issue come back!!! i am so sad ! Can you figure it out ? image besides, I want to know the code where is to generate the train_csv_filename

ddkang commented 6 years ago

The folders are necessary. Please re-create them and only delete t he contents.

I cannot debug without the full log. Please paste the full log.

zzzzzz0407 commented 6 years ago

I do not delete the folders only delete the contents ,and my dircetorys list is image

image and following is the full log:

noscope.txt

sorry to bother you often ,thank you very much. Best wishes!

ddkang commented 6 years ago

Please cat the log files in this directory: /home/zhangrf/reborn/data/experiments/coral-reef-long/train/coral-reef-long_convnet_32_32_1.pb-non_blocked_mse.src/

zzzzzz0407 commented 6 years ago

Thanks firstly,but when i pip install protobuf==2.6.1 and uninstall the 3.4.1 manually, the tensorflow can not work, i re-install the tensorflow but it will automaticlly update the protobuf to 3.4.1,i do not know what to do! And i would liake to kown if the tensorflow have installed in tensorflow-noscope that i do not have to install myself?

zzzzzz0407 commented 6 years ago

I can not generate the train_918000_1836000.csv in related directory. in my jackson-town-square_convnet_128_32_0.pb-non_blocked_mse.src/train_918000_1836000.log, it appears: image it show me my protobuf version is 3.2.0 but when i use the command: protoc --version it shows this: libprotoc 2.6.1 when i use the command: pip show protobuf it shows this: image I can not figure out which verison do i have.And i try to delete the protobuf==3.4.0 and install the protobuf==2.6.1 ,then tensorflow can not work well, i do not know what to do ,can you help me? ( PS: all this is in anaconda's virtual environment,and i install or delete the protobuf use the conda command)

ddkang commented 6 years ago

tensorflow-noscope requires a specific version of protobuf unrelated to your conda environment. You'll need to match what you have installed with what is linked.

zzzzzz0407 commented 6 years ago

Can you teach me how to link it? I have try many method from online but all failed...

ddkang commented 6 years ago

Due to resource constraints, I can only help with NoScope specific issues. We are in the process of reworking parts of NoScope, so I would recommend waiting until the next release.