Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i got one error about git darknet #29

Open
puface opened this issue Oct 10, 2017 · 7 comments
Open

i got one error about git darknet #29

puface opened this issue Oct 10, 2017 · 7 comments

Comments

@puface
Copy link

puface commented Oct 10, 2017

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
Copy link

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
Copy link

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

@janhuang6
Copy link

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
Copy link

@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
Copy link

scutzhe commented Feb 21, 2019

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

@scutzhe
Copy link

scutzhe commented Feb 21, 2019

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
Copy link

scutzhe commented Feb 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants