Update README.md

This commit is contained in:
matlabbe
2019-03-20 19:38:23 -04:00
committed by GitHub
parent 3cafdf911b
commit 7a52f316f9

View File

@@ -31,7 +31,7 @@ run_euroc_datasets.sh
run_tum_datasets.sh
```
For TUM dataset, use this script [associate.py](https://gist.github.com/matlabbe/484134a2d9da8ad425362c6669824798) to synchronize RGB and epth images before processing. Usage in a TUM dataset: `python associate.py rgb.txt depth.txt`, this will create `rgb_sync` and `depth_sync` folders.
For TUM dataset, use this script [associate.py](https://gist.github.com/matlabbe/484134a2d9da8ad425362c6669824798) to synchronize RGB and depth images before processing. Usage in a TUM dataset: `python associate.py rgb.txt depth.txt`, this will create `rgb_sync` and `depth_sync` folders.
Process all datasets, results will be written to subfolders `results/euroc`, `results/kitti` and `results/tum`:
```bash