Skip to content

Commit

Permalink
Update dataformat.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feixh authored Aug 30, 2019
1 parent f3755aa commit 67191f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dataformat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Each dataset contains two folders: One for the image sequence (named as `cam0`) and the other for the inertial measurements (named as `imu0`).

<!-- The `cam0` folder contains a `data` subfolder and a `data.csv` text file. The `data` subfolder contains a sequence of images named after the time instant (in nanoseconds as a 19-digit integer) when they are captured, and the text file contains two comma-separated columns of which the first column is the time-stamp in nanoseconds as a 19-digit integer, and the second column is the filename of the corresponding image captured at that time instant. -->
The `cam0` folder contains a `data` subfolder. The `data` subfolder contains a sequence of images named after the time instant (in nanoseconds as a 19-digit integer) when they are captured.
The `cam0` folder contains a `data` subfolder and a `data.csv` text file. The `data` subfolder contains a sequence of images named after the time instant (in nanoseconds as an integer) when they are captured, and the text file contains two comma-separated columns of which the first column is the time-stamp in nanoseconds as an integer, and the second column is the filename of the corresponding image captured at that time instant.

The `imu0` folder contains a single `data.csv` text file which contains 7 comma-separated columns with each row of the text file recording a time-stamped inertial measurement: The first column denotes the time-stamp when the inertial measurement was taken (in nanoseconds as a 19-digit integer), the second to the forth column represent the angular velocity (in rad/sec) measured by the IMU, and the last three columns record the linear acceleration (in m/sec<sup>2</sup>) measured by the IMU.

The `imu0` folder contains a single `data.csv` text file which contains 7 comma-separated columns with each row of the text file recording a time-stamped inertial measurement: The first column denotes the time-stamp when the inertial measurement was taken (in nanoseconds as an integer), the second to the forth column represent the angular velocity (in rad/sec) measured by the IMU, and the last three columns record the linear acceleration (in m/sec<sup>2</sup>) measured by the IMU.

0 comments on commit 67191f5

Please sign in to comment.