Added Image Segmentation which fixes #13516 #15409
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (B007):
computer_vision/image_segmentation_sam2.py#L320
computer_vision/image_segmentation_sam2.py:320:9: B007 Loop control variable `i` not used within loop body
|
|
Ruff (E501):
computer_vision/image_segmentation_sam2.py#L224
computer_vision/image_segmentation_sam2.py:224:89: E501 Line too long (100 > 88)
|
|
Ruff (ARG001):
computer_vision/image_segmentation_sam2.py#L224
computer_vision/image_segmentation_sam2.py:224:51: ARG001 Unused function argument: `previous_masks`
|