Mohit505Git commited on
Commit
2e4cee9
·
verified ·
1 Parent(s): b9fc57f

Update readme with metadata

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -1,15 +1,19 @@
1
- # DeepVL training dataset
2
-
3
  ---
4
  license: bsd-3-clause
 
 
 
 
 
 
 
 
5
  ---
6
-
7
  ## Introduction
8
  This dataset repository contains the training and testing datasets used in the paper: ["DeepVL: Dynamics and Inertial Measurements-based Deep Velocity Learning for Underwater Odometry"](https://ntnu-arl.github.io/deepvl-deep-velocity-learning/). The dataset was collected by manually pilotting an underwater robot in a pool and in the Trondhiem fjord.
9
-
10
  ## Dataset details
11
  The training data is located in the `train_full` directory and the test data in `test` directory respectively. The training data directory contains trajectories from `traj1` to `traj12`, and testing data contains from `traj1` to `traj2`. Each trajectory contains files described as follows:
12
-
13
  ```
14
  trajX/
15
  ├── alphasense_imu_data.npy # IMU data from Alphasense Sensense | rate: 200Hz
@@ -21,7 +25,6 @@ trajX/
21
  ├── supervision_odom_data.npy # Ground-truth odometry (from ReAqROVIO) | rate: 20Hz
22
  ├── battery_data.npy # (Optional) Battery voltage and current | rate: 20Hz
23
  ```
24
-
25
  Each file is in `.npy` format and can be loaded and parsed using numpy. In each numpy file the data is organized as:
26
 
27
  ```
@@ -30,6 +33,5 @@ Each file is in `.npy` format and can be loaded and parsed using numpy. In each
30
 
31
  ## Contact
32
  For questions or support, contact authors:
33
-
34
  * [Mohit Singh](mailto:mohit.singh@ntnu.no)
35
  * [Kostas Alexis](mailto:konstantinos.alexis@ntnu.no)
 
 
 
1
  ---
2
  license: bsd-3-clause
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ tags:
8
+ - deepvl
9
+ - underwater
10
+ - odometry
11
  ---
12
+ # DeepVL training dataset
13
  ## Introduction
14
  This dataset repository contains the training and testing datasets used in the paper: ["DeepVL: Dynamics and Inertial Measurements-based Deep Velocity Learning for Underwater Odometry"](https://ntnu-arl.github.io/deepvl-deep-velocity-learning/). The dataset was collected by manually pilotting an underwater robot in a pool and in the Trondhiem fjord.
 
15
  ## Dataset details
16
  The training data is located in the `train_full` directory and the test data in `test` directory respectively. The training data directory contains trajectories from `traj1` to `traj12`, and testing data contains from `traj1` to `traj2`. Each trajectory contains files described as follows:
 
17
  ```
18
  trajX/
19
  ├── alphasense_imu_data.npy # IMU data from Alphasense Sensense | rate: 200Hz
 
25
  ├── supervision_odom_data.npy # Ground-truth odometry (from ReAqROVIO) | rate: 20Hz
26
  ├── battery_data.npy # (Optional) Battery voltage and current | rate: 20Hz
27
  ```
 
28
  Each file is in `.npy` format and can be loaded and parsed using numpy. In each numpy file the data is organized as:
29
 
30
  ```
 
33
 
34
  ## Contact
35
  For questions or support, contact authors:
 
36
  * [Mohit Singh](mailto:mohit.singh@ntnu.no)
37
  * [Kostas Alexis](mailto:konstantinos.alexis@ntnu.no)