Skip to content

Commit ddb92f0

Browse files
committed
remove invisible keypoints
1 parent 11f3e92 commit ddb92f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

luxonis_ml/data/augmentations/albumentations_engine.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,7 @@ def get_params(is_custom: bool = False) -> dict[str, Any]:
405405
"bbox_params": A.BboxParams(
406406
format="albumentations", min_visibility=min_bbox_visibility
407407
),
408-
"keypoint_params": A.KeypointParams(
409-
format="xy", remove_invisible=False
410-
),
408+
"keypoint_params": A.KeypointParams(format="xy"),
411409
"additional_targets": self.targets
412410
if is_custom
413411
else targets_without_instance_mask,

0 commit comments

Comments
 (0)