Added Image Segmentation which fixes #13516 #15410
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (B007):
computer_vision/image_segmentation_sam2.py#L322
computer_vision/image_segmentation_sam2.py:322:9: B007 Loop control variable `i` not used within loop body
|
|
Ruff (ARG001):
computer_vision/image_segmentation_sam2.py#L225
computer_vision/image_segmentation_sam2.py:225:23: ARG001 Unused function argument: `previous_masks`
|