Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 14, 2025
1 parent 826df26 commit 7307152
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions luxonis_ml/data/loaders/luxonis_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def __init__(

self.class_mappings: Dict[str, Dict[str, int]] = {}
for task in self.df["task_name"].unique():
# if not task:
# continue
class_mapping = {
class_: i
for i, class_ in enumerate(
Expand Down

0 comments on commit 7307152

Please sign in to comment.