Datasets:

Modalities:
Image
Text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
Irikos commited on
Commit
6d0bd30
·
verified ·
1 Parent(s): 4ad4d39

Update README.md

Browse files

fix typos and ordering

Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -23,9 +23,9 @@ This Readme describes the RipVIS dataset, its contents, structure, known limitat
23
  1. [Citations](#citations)
24
  1. [Contributing](#contributing)
25
  1. [Licensing](#licensing)
 
26
  1. [Known Limitations](#known-limitations)
27
  1. [Future Updates](#future-updates)
28
- 1. [Challenges](#challenges)
29
  1. [Current Version](#current-version)
30
 
31
  ## Short description
@@ -103,27 +103,27 @@ Thus, our recommendation, for obtaining accurate results is to use this split st
103
  1. ```RipVIS-<video_number>``` for videos with rip currents
104
  1. ```RipVIS-NR-<video_number>```for video without rip currents (NR = No Rips)
105
  1. ```RipVIS-<video_number>_<frame_number>``` or ```RipVIS-NR-<video_number>_<frame_number>```for frames in video (results should be reported on frames)
106
- 1. video_number zero-paddedis to 3 digits. E.g. 4th video is `RipVIS-004.mp4` not `RipVIS-4.mp4`
107
- 1. frame_number is 5-zeroes padded. E.g. 28th frames from 4th video is `RipVIS-004_00028.jpg` and NOT `RipVIS-004_28.jpg`. This difference is relevant for the evaluaiton script.
108
 
109
 
110
  ### Train
111
  RipVIS-
112
- ```'003', '004', '005', '006', '010', '011', '016', '017', '018', '020', '021', '022', '028', '029', '030', '031', '032', '033', '034', '035', '036', '037', '040', '041', '042', '045', '049', '050', '051', '052', '054', '056', '057', '058', '060', '061', '062', '063', '064', '065', '068', '069', '070', '071', '075', '076', '077', '080', '082', '083', '084', '085', '086', '087', '088', '089', '091', '092', '093', '094', '095', '096', '097', '098', '100', '101', '103', '104', '105', '106', '107', '110', '111', '112', '115', '116', '117', '118', '122', '123', '124', '126', '127', '135', '136', '140', '141', '148', '149', '150'```
113
 
114
  RipVIS-NR-
115
  ```['002', '003', '006', '007', '008', '009', '010', '011', '012', '015', '016', '017', '018', '025', '027', '028', '029', '030', '031', '032', '033', '034']```
116
 
117
  ### Validation
118
  RipVIS-
119
- ```'001', '007', '012', '014', '015', '024', '026', '039', '044', '046', '053', '059', '066', '067', '072', '079', '090', '102', '108', '109', '121', '128', '129', '133', '134', '137', '143', '144', '146', '147'```
120
 
121
  RipVIS-NR-
122
  ```['004', '019', '020', '022', '024', '026']```
123
 
124
  ### Test
125
  RipVIS-
126
- ```'002', '008', '009', '013', '019', '023', '025', '027', '038', '043', '047', '048', '055', '073', '074', '078', '081', '099', '113', '114', '119', '120', '125', '130', '131', '132', '138', '139', '142', '145'```
127
 
128
  RipVIS-NR-
129
  ```['001', '005', '013', '014', '021', '023']```
@@ -199,21 +199,20 @@ A subset of RipVIS that was collected and annotated entirely by the authors is a
199
  **[⬆ back to top](#table-of-contents)**
200
 
201
 
 
 
 
202
 
203
  ## Known Limitations
204
  1. Some of the videos have been annotated with Roboflow. By default, Roboflow sorts files by "Newest". This, however, is rather random when uploading files in bulk. We realised this at some point and sorted the files by filename, leading to annotations in the frame order. However, for the videos annotated with "Newest", the annotations can be quite jittery when overlaied in a video. This does not affect the quantitative results in any observable way and is strictly a visual issue.
205
  1. Video sampling rate varies greatly, depending on video duration, movement and annotator disponibility at the specific time. Frames are usually numbered in such a way that they match the exact frame from the video (e.g. RipVIS-015_00005.jpg is the 6th frame from RipVIS-015 video). However, several annotations contain the frames in order, with frame number not matching the actual frame from the video. The actual frame can still be reasonably accurately found by calculating the sampling rate, the total number of frames and the total number of annotated frames. We will fix this in a future patch.
206
  Known videos: RipVIS-
207
- ```'001', '003', '004', '006', '007', '011', '012', '014', '016', '017', '018', '020', '021', '022', '024', '033', '034', '035', '036', '037', '039', '040'```.
208
- 1. Somes sampled and annotated frames were removed due to invalid annotation format (an error most likely created in transitioning from video to frames to Roboflow and back). While we mitigated this, it is still the case that a a small number of annotated frames might be missing in the published version.
209
 
210
  **[⬆ back to top](#table-of-contents)**
211
 
212
 
213
- ## Challenges
214
- 1. We organized the [AIM 2025 Rip Current Segmentation (RipSeg) Challenge](https://www.codabench.org/competitions/9109/) challenge at AIM workshop in conjuction with [ICCV2025](https://iccv.thecvf.com/). See the [AIM 2025 Rip Current Segmentation (RipSeg) Challenge Report](https://arxiv.org/abs/2508.13401) on arXiv, which will be published in the ICCVW2025 Proceedings.
215
- 1. Another challenge comin soon, stay tuned.
216
-
217
  ## Future Updates
218
  1. Codabench website for automatic evaluation on the test split (ETA mid October 2025).
219
  1. Fixes for known limitation #2.
@@ -225,7 +224,9 @@ Known videos: RipVIS-
225
  ## Current Version
226
  Current version of RipVIS is 1.8.4.
227
 
228
- Last update: 25.09.2025 15:40
 
229
 
230
  **[⬆ back to top](#table-of-contents)**
231
 
 
 
23
  1. [Citations](#citations)
24
  1. [Contributing](#contributing)
25
  1. [Licensing](#licensing)
26
+ 1. [Workshops and Challenges](#workshops-and-challenges)
27
  1. [Known Limitations](#known-limitations)
28
  1. [Future Updates](#future-updates)
 
29
  1. [Current Version](#current-version)
30
 
31
  ## Short description
 
103
  1. ```RipVIS-<video_number>``` for videos with rip currents
104
  1. ```RipVIS-NR-<video_number>```for video without rip currents (NR = No Rips)
105
  1. ```RipVIS-<video_number>_<frame_number>``` or ```RipVIS-NR-<video_number>_<frame_number>```for frames in video (results should be reported on frames)
106
+ 1. video_number is zero-padded to 3 digits. E.g. 4th video is `RipVIS-004.mp4` not `RipVIS-4.mp4`
107
+ 1. frame_number is zero-padded to 5 digits. E.g. 28th frames from 4th video is `RipVIS-004_00028.jpg` and NOT `RipVIS-004_28.jpg`. This difference is relevant for the evaluation script.
108
 
109
 
110
  ### Train
111
  RipVIS-
112
+ ```['003', '004', '005', '006', '010', '011', '016', '017', '018', '020', '021', '022', '028', '029', '030', '031', '032', '033', '034', '035', '036', '037', '040', '041', '042', '045', '049', '050', '051', '052', '054', '056', '057', '058', '060', '061', '062', '063', '064', '065', '068', '069', '070', '071', '075', '076', '077', '080', '082', '083', '084', '085', '086', '087', '088', '089', '091', '092', '093', '094', '095', '096', '097', '098', '100', '101', '103', '104', '105', '106', '107', '110', '111', '112', '115', '116', '117', '118', '122', '123', '124', '126', '127', '135', '136', '140', '141', '148', '149', '150']```
113
 
114
  RipVIS-NR-
115
  ```['002', '003', '006', '007', '008', '009', '010', '011', '012', '015', '016', '017', '018', '025', '027', '028', '029', '030', '031', '032', '033', '034']```
116
 
117
  ### Validation
118
  RipVIS-
119
+ ```['001', '007', '012', '014', '015', '024', '026', '039', '044', '046', '053', '059', '066', '067', '072', '079', '090', '102', '108', '109', '121', '128', '129', '133', '134', '137', '143', '144', '146', '147']```
120
 
121
  RipVIS-NR-
122
  ```['004', '019', '020', '022', '024', '026']```
123
 
124
  ### Test
125
  RipVIS-
126
+ ```['002', '008', '009', '013', '019', '023', '025', '027', '038', '043', '047', '048', '055', '073', '074', '078', '081', '099', '113', '114', '119', '120', '125', '130', '131', '132', '138', '139', '142', '145']```
127
 
128
  RipVIS-NR-
129
  ```['001', '005', '013', '014', '021', '023']```
 
199
  **[⬆ back to top](#table-of-contents)**
200
 
201
 
202
+ ## Workshops and Challenges
203
+ 1. We organized the [AIM 2025 Rip Current Segmentation (RipSeg) Challenge](https://www.codabench.org/competitions/9109/) challenge at AIM workshop in conjuction with [ICCV2025](https://iccv.thecvf.com/). See the [AIM 2025 Rip Current Segmentation (RipSeg) Challenge Report](https://arxiv.org/abs/2508.13401) on arXiv, which will be published in the ICCVW2025 Proceedings.
204
+ 1. Another challenge coming soon, stay tuned.
205
 
206
  ## Known Limitations
207
  1. Some of the videos have been annotated with Roboflow. By default, Roboflow sorts files by "Newest". This, however, is rather random when uploading files in bulk. We realised this at some point and sorted the files by filename, leading to annotations in the frame order. However, for the videos annotated with "Newest", the annotations can be quite jittery when overlaied in a video. This does not affect the quantitative results in any observable way and is strictly a visual issue.
208
  1. Video sampling rate varies greatly, depending on video duration, movement and annotator disponibility at the specific time. Frames are usually numbered in such a way that they match the exact frame from the video (e.g. RipVIS-015_00005.jpg is the 6th frame from RipVIS-015 video). However, several annotations contain the frames in order, with frame number not matching the actual frame from the video. The actual frame can still be reasonably accurately found by calculating the sampling rate, the total number of frames and the total number of annotated frames. We will fix this in a future patch.
209
  Known videos: RipVIS-
210
+ ```['001', '003', '004', '006', '007', '011', '012', '014', '016', '017', '018', '020', '021', '022', '024', '033', '034', '035', '036', '037', '039', '040']```.
211
+ 1. Some sampled and annotated frames were removed due to invalid annotation format (an error most likely created in transitioning from video to frames to Roboflow and back). While we mitigated this, it is still the case that a a small number of annotated sampled frames might be missing in the published version.
212
 
213
  **[⬆ back to top](#table-of-contents)**
214
 
215
 
 
 
 
 
216
  ## Future Updates
217
  1. Codabench website for automatic evaluation on the test split (ETA mid October 2025).
218
  1. Fixes for known limitation #2.
 
224
  ## Current Version
225
  Current version of RipVIS is 1.8.4.
226
 
227
+ Last DATASET update: 25.09.2025 15:40
228
+ Last README update: 27.09.2025 13:00
229
 
230
  **[⬆ back to top](#table-of-contents)**
231
 
232
+