gustavz / realtime_object_detection

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

Running run_objectdetection.py results in indentation error #25

Closed lukszamarcin closed 6 years ago

lukszamarcin commented 6 years ago

Running run_objectdetection.py results in indentation error, should be an easy fix

 File "C:\Git\realtime_object_detection\rod\helper.py", line 438
    json.dump(self._timeline_dict, f)
                                    ^
TabError: inconsistent use of tabs and spaces in indentation
gustavz commented 6 years ago

try pulling the latest commit, i dont see any error. It sometimes happens that i do a commit and there is a typo inside, but normally i realize this pretty quickly and solve it. Try newest master and tell me :)

lukszamarcin commented 6 years ago

Yep, no problems with newest master

michaelmohamed commented 5 years ago

I recently experienced the same problem and submit PR https://github.com/GustavZ/realtime_object_detection/pull/40