Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 14, 2025
1 parent beb4f2a commit 4eabba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_ml/data/datasets/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def validate_mask(cls, values: Dict[str, Any]) -> Dict[str, Any]:
)
except Exception as e:
raise ValueError(
f"Failed to load mask from {mask_path}. {str(e)}"
f"Failed to load mask from {mask_path}"
) from e
if not isinstance(mask, np.ndarray):
raise ValueError(
Expand Down

0 comments on commit 4eabba5

Please sign in to comment.