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

cannot find <path_to_tensorflow>/models/research/ path #3842

Closed
wenchengxucool opened this issue Apr 2, 2018 · 3 comments
Closed

cannot find <path_to_tensorflow>/models/research/ path #3842

wenchengxucool opened this issue Apr 2, 2018 · 3 comments
Assignees

Comments

@wenchengxucool
Copy link

wenchengxucool commented Apr 2, 2018

I was installing something with the "models/research/object_detection/g3doc/installation.md" guide. but I can't find <path_to_tensorflow>/models/research/ path.

and what's the relationship between "tensorflow/models"and "tensorflow/tensorflow"? how should I install model? Can I install "model" with pip? Or I should copy the "model" files to the "tensorflow" folder?

and

  • # From tensorflow/models/research/
  • protoc object_detection/protos/*.proto --python_out=.

shows "-bash: protoc: command not found".

@wenchengxucool wenchengxucool changed the title cannot find cannot find <path_to_tensorflow>/models/research/ path Apr 2, 2018
@chrisrapson
Copy link

chrisrapson commented Jun 18, 2018

The folders were missing for me too. After searching for ages, and trying all kinds of games with different versions of protoc in Windows and Linux, I ended up downloading the proto files from here
https://github.com/tensorflow/models

I'm not sure why they weren't included in the installation from pip install tensorflow?

@LL1yt
Copy link

LL1yt commented Sep 6, 2019

The folders are missing for me too.

For "shows "-bash: protoc: command not found"."
try "brew install protobuf"

@tensorflowbutler
Copy link
Member

Hi There,
We are checking to see if you still need help on this, as this seems to be considerably old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing.
If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.

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

5 participants