Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion data_juicer/ops/mapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
from .video_tagging_from_frames_mapper import VideoTaggingFromFramesMapper
from .video_whole_body_pose_estimation_mapper import VideoWholeBodyPoseEstimationMapper
from .whitespace_normalization_mapper import WhitespaceNormalizationMapper

from .depth_anything_v2_mapper import DepthAnythingV2Mapper
from .sam_auto_mask_mapper import SAMAutoMaskMapper
__all__ = [
"AudioAddGaussianNoiseMapper",
"AudioFFmpegWrappedMapper",
Expand Down Expand Up @@ -200,4 +201,6 @@
"VideoTaggingFromFramesMapper",
"VideoWholeBodyPoseEstimationMapper",
"WhitespaceNormalizationMapper",
"DepthAnythingV2Mapper",
"SAMAutoMaskMapper",
]
Loading
Loading