Wilbur1240 commited on
Commit
ed8ddc1
·
verified ·
1 Parent(s): 88f0273

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -19,3 +19,46 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+
23
+ # MaSTr1325
24
+ **A Maritime Semantic Segmentation Training Dataset for Small‐Sized Coastal USVs**
25
+
26
+ ---
27
+
28
+ ## Overview
29
+ MaSTr1325 (Maritime Semantic Segmentation Training Dataset) is a large-scale collection of real-world images captured by an unmanned surface vehicle (USV) over a two-year span in the Gulf of Koper (Slovenia). It was specifically designed to advance obstacle-detection and segmentation methods in small-sized coastal USVs. All frames are per-pixel annotated into three main semantic categories—obstacles/environment, water, and sky—and synchronized with IMU measurements from the onboard sensors.
30
+
31
+ - **Total samples:** 1 325
32
+ - **Image resolution:** 1 278 × 958 px (captured at 10 FPS via stereo USB-2.0 cameras mounted 0.7 m above water)
33
+ - **Annotation categories (mask values):**
34
+ - Obstacles & Environment = 0
35
+ - Water = 1
36
+ - Sky = 2
37
+ - Ignore/Unknown = 4
38
+
39
+ Because marine scenes often feature clear water/sky regions, a high-grade per-pixel annotation process (20 min/image) was used to ensure boundary accuracy. Any ambiguous “edge” pixels between semantic regions were marked as “ignore” (value 4), so they can easily be excluded from training/validation.
40
+
41
+ ---
42
+
43
+ ## Authors & Citation
44
+ If you use MaSTr1325 in your work, please cite:
45
+
46
+ ```bibtex
47
+ @inproceedings{bb_iros_2019,
48
+ title = {The MaSTr1325 dataset for training deep USV obstacle detection models},
49
+ author = {Bovcon, Borja and Muhovi{\v{c}}, Jon and Per{\v{s}}, Janez and Kristan, Matej},
50
+ booktitle = {{2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}},
51
+ year = {2019},
52
+ pages = {3431--3438},
53
+ organization = {IEEE}
54
+ }
55
+
56
+ @article{bb_ras_2018,
57
+ title = {Stereo obstacle detection for unmanned surface vehicles by IMU‐assisted semantic segmentation},
58
+ author = {Bovcon, Borja and Muhovi{\v{c}}, Jon and Per{\v{s}}, Janez and Kristan, Matej},
59
+ journal = {Robotics and Autonomous Systems},
60
+ volume = {104},
61
+ pages = {1--13},
62
+ year = {2018},
63
+ publisher = {Elsevier}
64
+ }