You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Zachary Teed and Jia Deng
15
15
}
16
16
```
17
17
18
-
**Initial Code Release:** This repo currently provides a single GPU implementation of our monocular SLAM system. It also contains demos, training, and evaluation scripts. Stereo, RGB-D, and multi-GPU code will be added on **September 7**.
18
+
**Initial Code Release:** This repo currently provides a single GPU implementation of our monocular SLAM system. It currently contains demos, training, and evaluation scripts.
We provide evaluation scripts for TartanAir, EuRoC, and TUM. EuRoC and TUM can be run on a 1080Ti. The TartanAir validation script will require 24G of memory.
86
+
## Evaluation
87
+
We provide evaluation scripts for TartanAir, EuRoC, and TUM. EuRoC and TUM can be run on a 1080Ti. The TartanAir and ETH will require 24G of memory.
88
88
89
-
### EuRoC
89
+
### TartanAir (Mono + Stereo)
90
+
Download the [TartanAir](https://theairlab.org/tartanair-dataset/) dataset using the script `thirdparty/tartanair_tools/download_training.py` and put them in `datasets/TartanAir`
Download the [EuRoC](https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets) sequences (ASL format) and put them in `datasets/EuRoC`
91
98
```Bash
92
-
./tools/evaluate_euroc.sh
99
+
./tools/evaluate_euroc.sh # monocular eval
100
+
./tools/evaluate_euroc.sh --stereo # stereo eval
93
101
```
94
102
95
-
### TUM-RGBD
103
+
### TUM-RGBD (Mono)
96
104
Download the fr1 sequences from [TUM-RGBD](https://vision.in.tum.de/data/datasets/rgbd-dataset/download) and put them in `datasets/TUM-RGBD`
97
105
```Bash
98
-
./tools/evaluate_tum.sh
106
+
./tools/evaluate_tum.sh # monocular eval
99
107
```
100
108
101
-
### TartanAir
102
-
Download the [TartanAir](https://theairlab.org/tartanair-dataset/) dataset using the script `thirdparty/tartanair_tools/download_training.py` and put them in `datasets/TartanAir`
109
+
### ETH3D (RGB-D)
110
+
Download the [ETH3D](https://www.eth3d.net/slam_datasets) dataset
0 commit comments