Update README.md

This commit is contained in:
Kai Zhang 2020-10-20 22:55:35 -04:00 committed by GitHub
parent 08f98f8f3a
commit 5b8e33d277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ Plese cite our work if you use the code.
}
```
## Generating poses with [COLMAP SfM](https://colmap.github.io/)
## Generate poses with [COLMAP SfM](https://colmap.github.io/)
You can use the scripts inside 'colmap_runner/' to generate camera poses from images with COLMAP SfM.
* Specify 'img_dir' and 'out_dir' in 'colmap_runner/run_colmap.py'.
* Inside 'colmap_runner/', execute command 'python run_colmap.py'.