Skip to content

Commit

Permalink
Update segment_mapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirui-jiao authored Aug 27, 2024
1 parent ee372c3 commit ae5dcc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data_juicer/ops/mapper/segment_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
@OPERATORS.register_module(OP_NAME)
@LOADED_IMAGES.register_module(OP_NAME)
class SegmentMapper(Mapper):
"""Perform segment-anything on images and
return the bounding box values"""
"""Perform segment-anything on images and return the bounding boxes."""

_accelerator = 'cuda'
_batched_op = True
Expand Down

0 comments on commit ae5dcc4

Please sign in to comment.