Skip to content

Commit

Permalink
Indentation woes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Oct 7, 2019
1 parent f527242 commit b01bf30
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified coco_assistant/__pycache__/coco_assistant.cpython-36.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion coco_assistant/coco_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"""


class COCO_Assistant():
def __init__(self, img_dir=None, ann_dir=None):
"""
Expand Down Expand Up @@ -253,7 +254,7 @@ def ann_stats(self, stat, show_count=False, arearng=[0, 32, 96, 1e5], save=False
stats.cat_count(self.annfiles, self.names, show_count=show_count, save=save)

def converter(self, to="TFRecord"):
"""
"""
Function for converting annotations to other formats
"""
print("Choose directory:")
Expand Down
Binary file modified tests/__pycache__/data_getter.cpython-36.pyc
Binary file not shown.
Binary file modified tests/__pycache__/tests.cpython-36-PYTEST.pyc
Binary file not shown.

0 comments on commit b01bf30

Please sign in to comment.