Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBall1 committed Sep 16, 2024
1 parent bcc7344 commit 534e530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectree2/models/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def get_tree_dicts(directory: str, class_mapping: Dict[str, int] = None) -> List
record["height"] = height
record["width"] = width
record["image_id"] = filename[0:400]
record["annotations"] = []
# record["annotations"] = {}
# print(filename[0:400])

objs = []
Expand Down

0 comments on commit 534e530

Please sign in to comment.