gustavz / realtime_object_detection

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

Add package name to reference tf_utils & Fix TabError #40

Closed michaelmohamed closed 5 years ago

michaelmohamed commented 6 years ago

Resolves https://github.com/GustavZ/realtime_object_detection/issues/37

Traceback (most recent call last):
  File "objectdetection_image.py", line 8, in <module>
    from rod.model import ObjectDetectionModel
  File "/home/nvidia/workspace/realtime_object_detection/rod/model.py", line 24, in <module>
    import tf_utils
ImportError: No module named 'tf_utils'

Resolves https://github.com/GustavZ/realtime_object_detection/issues/25

TabError: inconsistent use of tabs and spaces in indentation