gustavz / realtime_object_detection

Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV
MIT License
281 stars 148 forks source link

How can I fix it? #37

Closed ViousGod closed 5 years ago

ViousGod commented 6 years ago

When I run "objectdetection_video.py", it shows "No module named 'tf_utils'".

baicaigithub commented 6 years ago

I don't know python really well, this fix works on me. I'm running on windows. import rod.tf_utils as tf_utils

ac4289 commented 6 years ago

I had the same issue. The dumb solution is to cp your object detection folder from tensorflow to your working directory. I use Ubuntu 16.04 by the way.

ViousGod commented 6 years ago

Thank you guys, I'll try it!

michaelmohamed commented 6 years ago

@ViousGod , @baicaigithub's solution worked for me. I forked a copy and made a modification. You can pull the fork from here.

michaelmohamed commented 6 years ago

I submit a PR https://github.com/GustavZ/realtime_object_detection/pull/40