Skip to content

Commit b01bf30

Browse files
committed
Indentation woes
1 parent f527242 commit b01bf30

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

413 Bytes
Binary file not shown.

coco_assistant/coco_assistant.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
3333
"""
3434

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

255256
def converter(self, to="TFRecord"):
256-
"""
257+
"""
257258
Function for converting annotations to other formats
258259
"""
259260
print("Choose directory:")
-21 Bytes
Binary file not shown.
-21 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)