ahmetozlu / tensorflow_object_counting_api

🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
https://www.youtube.com/watch?v=yT_1eKJTdfk
MIT License
1.32k stars 546 forks source link

TabError in utils/create_csv.py #42

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

flake8 testing of https://github.com/ahmetozlu/tensorflow_object_counting_api on Python 3.7.1

$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./utils/create_csv.py:38:29: E999 TabError: inconsistent use of tabs and spaces in indentation
        for subdirname in dirnames:
                            ^
1     E999 TabError: inconsistent use of tabs and spaces in indentation
1
ahmetozlu commented 5 years ago

Since this script was an unnecessary util, it was removed.