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

Do I have to modify the detect_utils.py? #44

Closed
hamny88 opened this issue Apr 8, 2019 · 1 comment
Closed

Do I have to modify the detect_utils.py? #44

hamny88 opened this issue Apr 8, 2019 · 1 comment

Comments

@hamny88
Copy link

hamny88 commented Apr 8, 2019

Hi i'm trying to use your handtracking model, and I'm beginner of Tensorflow.
I started follow your repo from the 'Using Hand Detector'... and I executed detector_utils.py
python3 detector_utils.py
And I have an error like this.
Traceback (most recent call last): File "detector_utils.py", line 10, in <module> from utils import label_map_util ModuleNotFoundError: No module named 'utils'
I run this code in
~/venv/lib/python3.6/site-packages/tensorflow/models/research/handtracking-master/utils
I installed Object_detection already.
I wonder do I have to modify the sys.path.append("..") part in detector_utils.py ?
If I have to do, then What path should be in there?

I have googled about it for a long time, but still have a problem
How can I solve it?

@InderdeepBajwa
Copy link

Nope. You gotta execute the detect_single_thread.py or detect_multi_thread.py in order to run the program.
detector_utils.py is a utility function library.

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

3 participants