Skip to content
Snippets Groups Projects
Unverified Commit 3fa15bf7 authored by Thomas Müller's avatar Thomas Müller Committed by GitHub
Browse files

COLMAP's `bin` and `lib` folders not required on Windows

parent 8bc99603
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ See [nerf_loader.cu](src/nerf_loader.cu) for implementation details and addition
## Preparing new NeRF datasets
Make sure that you have installed [COLMAP](https://colmap.github.io/) and that both its `bin` and `lib` folder are available in your PATH. If you are using a video file as input, also be sure to install [FFmpeg](https://www.ffmpeg.org/) and make sure that it is available in your PATH.
Make sure that you have installed [COLMAP](https://colmap.github.io/) and it is available in your PATH. If you are using a video file as input, also be sure to install [FFmpeg](https://www.ffmpeg.org/) and make sure that it is available in your PATH.
To check that this is the case, from a terminal window, you should be able to run `colmap` and `ffmpeg -?` and see some help text from each.
If you are training from a video file, run the [scripts/colmap2nerf.py](/scripts/colmap2nerf.py) script from the folder containing the video, with the following recommended parameters:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment