PyYAT
PyYAT copied to clipboard
Fix inconsistent indentation
Python files had some inconsistent indentation which was giving the following error
Traceback (most recent call last): File "/var/www/html/Capstone/PyYAT/yolo_annotation_tool.py", line 6, in <module> from recognize_objects import recognize_objects File "/var/www/html/Capstone/PyYAT/recognize_objects.py", line 21 else: TabError: inconsistent use of tabs and spaces in indentation
Fixed all inconsistent indentations