You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ Selector ](#selector)| 4 | Selects top samples based on ranking |
18
18
@@ -149,6 +149,7 @@ All the specific operators are listed below, each featured with several capabili
149
149
| video_duration_filter || Keep data samples whose videos' durations are within a specified range |[code](../data_juicer/ops/filter/video_duration_filter.py)|[tests](../tests/ops/filter/test_video_duration_filter.py)|
150
150
| video_frames_text_similarity_filter || Keep data samples whose similarities between sampled video frame images and text are within a specific range |[code](../data_juicer/ops/filter/video_frames_text_similarity_filter.py)|[tests](../tests/ops/filter/test_video_frames_text_similarity_filter.py)|
151
151
| video_motion_score_filter || Keep samples with video motion scores within a specific range |[code](../data_juicer/ops/filter/video_motion_score_filter.py)|[tests](../tests/ops/filter/test_video_motion_score_filter.py)|
152
+
| video_motion_score_raft_filter || Keep samples with video motion scores (based on RAFT model) within a specific range |[code](../data_juicer/ops/filter/video_motion_score_raft_filter.py)|[tests](../tests/ops/filter/test_video_motion_score_raft_filter.py)|
152
153
| video_nsfw_filter || Keeps samples containing videos with NSFW scores below the threshold |[code](../data_juicer/ops/filter/video_nsfw_filter.py)|[tests](../tests/ops/filter/test_video_nsfw_filter.py)|
153
154
| video_ocr_area_ratio_filter || Keep data samples whose detected text area ratios for specified frames in the video are within a specified range |[code](../data_juicer/ops/filter/video_ocr_area_ratio_filter.py)|[tests](../tests/ops/filter/test_video_ocr_area_ratio_filter.py)|
154
155
| video_resolution_filter || Keeps samples containing videos with horizontal and vertical resolutions within the specified range |[code](../data_juicer/ops/filter/video_resolution_filter.py)|[tests](../tests/ops/filter/test_video_resolution_filter.py)|
0 commit comments