yiannis68 commited on
Commit
62eb1e5
·
verified ·
1 Parent(s): e756b47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -12
README.md CHANGED
@@ -1,3 +1,5 @@
 
 
1
  This dataset contains visual inertial data for three experiments at the Pamir shipwreck, Barbados.
2
 
3
  Three dives were performed at the Pamir shipwreck with durations of 55 (2024), 51 and 51 (2025) minutes respectively, while data were recorded for 39, 44, and 45 minutes respectively. In the first dive the cameras were attached to a
@@ -5,16 +7,32 @@ sensor rig; see Fig. 7 for a photo of the setup. In the second and third dives t
5
 
6
  The directory structure is as follows:
7
 
8
- Videos\
9
- 2024_LeftOnRig\
10
- 2024_RightOnRig\
11
- 2025_Pamir_1\
12
- 2025_Pamir_2\
13
- Ros2Bags\
14
- 2024_LeftOnRig\
15
- 2024_RightOnRig\
16
- 2025_Pamir_1\
17
- 2025_Pamir_2\
18
- Configurations\
19
- Target_
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
 
1
+ ## Pamir Visual/Inertial Dataset
2
+
3
  This dataset contains visual inertial data for three experiments at the Pamir shipwreck, Barbados.
4
 
5
  Three dives were performed at the Pamir shipwreck with durations of 55 (2024), 51 and 51 (2025) minutes respectively, while data were recorded for 39, 44, and 45 minutes respectively. In the first dive the cameras were attached to a
 
7
 
8
  The directory structure is as follows:
9
 
10
+ - Videos\
11
+ -- 2024_LeftOnRig/\
12
+ -- 2024_RightOnRig/\
13
+ -- 2025_Pamir_1/\
14
+ -- 2025_Pamir_2/
15
+ - Ros2Bags\
16
+ -- 2024_LeftOnRig/\
17
+ -- 2024_RightOnRig/\
18
+ -- 2025_Pamir_1/\
19
+ -- 2025_Pamir_2/
20
+ - Configurations\
21
+ -- Target_4x2.yaml \
22
+ -- Target_5x4.yaml\
23
+ -- GoProCamIMU.yaml
24
+
25
+ ### Citation
26
+ If find this dataset useful, please cite:
27
+ ```
28
+ @InProceedings{ChatzispyrouICRA2026,
29
+ author = {Michalis Chatzispyrou and Luke Horgan and Hyunkil Hwang and Harish Sathishchandra and Chinmay Burgul and Monika Roznere and Alberto {Quattrini Li} and Philippos Mordohai and Ioannis Rekleitis},
30
+ title = {{Mapping Pamir: Multi-Session Visual/Inertial SLAM and 3D Reconstruction of an Underwater Shipwreck}},
31
+ booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
32
+ year = 2026,
33
+ month = {Jun.},
34
+ address = {Vienna, Austria}
35
+ }
36
+ ```
37
+
38