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

No module named 'object_detection' #5

Open
NguyenTam1997 opened this issue Dec 11, 2017 · 1 comment
Open

No module named 'object_detection' #5

NguyenTam1997 opened this issue Dec 11, 2017 · 1 comment

Comments

@NguyenTam1997
Copy link

NguyenTam1997 commented Dec 11, 2017

When I creating the TFR datasets with create_pet_tf_record.py
Error:
Traceback (most recent call last):
File "C:\Users\NguyenThiTam\Desktop\object_demo\create_pet_tf_record.py", line 39, in
from object_detection.utils import dataset_util
ImportError: No module named 'object_detection'
I try run: python setup.py install with cmd as admin
Error:
python: can't open file 'setup.py': [Errno 2] No such file or directory

I using Window 8.1
Can you help me??? Thank you.

@karkinissan
Copy link

karkinissan commented Dec 21, 2017

Download the repo: https://github.com/tensorflow/models
Open CMD in the \research directory and run

SET PYTHONPATH=%cd%:%cd%\slim

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

2 participants