stanford-futuredata / noscope

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

i got one error about git darknet #29

Open puface opened 7 years ago

puface commented 7 years ago

hi all i run : git submodule init git submodule update but i got an error fatal: reference is not a tree: d3ea51f6bbe3e20d37b5b449f15903f2a5a7a37d Unable to checkout 'd3ea51f6bbe3e20d37b5b449f15903f2a5a7a37d' in submodule path 'tensorflow/noscope/darknet' no any code in darknet thank your help

janhuang6 commented 6 years ago

I had the same problem. The submodule was pointing to some older version or invalid path. You have to manually instruct git to get the newest version.

zjcbatman commented 6 years ago

hi @janhuang6 how could i instruct git to get the newest version? could you explain it in detail? thanks

janhuang6 commented 6 years ago

You need to first find the newest version of darknet. Then instruct git to get it. You can get someone who is good at git to help you.

zjcbatman commented 6 years ago

@janhuang6 thanks for reply ! I have just downloaded the zip version of the code including darknet directly at https://github.com/stanford-futuredata/tensorflow-noscope/tree/speedhax ,and my bazel version is 0.5.2. But I still got some error when i ran "bazel build -c opt --copt=-mavx2 --config=cuda noscope", did i get the right version of the code ,darknet and bazel?

scutzhe commented 5 years ago

fatal: reference is not a tree: d3ea51f6bbe3e20d37b5b449f15903f2a5a7a37d Unable to checkout 'd3ea51f6bbe3e20d37b5b449f15903f2a5a7a37d' in submodule path

scutzhe commented 5 years ago

I had the same problem. The submodule was pointing to some older version or invalid path. You have to manually instruct git to get the newest version. You solved?

scutzhe commented 5 years ago

Yes I solved. please change into the newest coding address https://github.com/eric612/TensorRT-Yolov3 Then everything is ok.