diff --git a/README.md b/README.md index bc4b727..5b32e29 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,8 @@ The Network Viewer can be used to observe the training process and watch the mod ### Software Requirements - C++ Compiler (Visual Studio 2019 for Windows) -- CUDA 11 Developer SDK -- CMake (recent version) +- CUDA 11 Developer SDK (we used 11.8) +- CMake (recent version, we used 3.24) ### Setup @@ -194,7 +194,7 @@ Navigation works exactly as it does in the network viewer. However, you also hav ## Converting your own Scenes -We provide a converter script ```convert.py```, which uses COLMAP to extract SfM information. Optionally, you can use ImageMagick to resize the input images. To use them, please first install a recent version of COLMAP (ideally CUDA-powered) and ImageMagick. Put the images you want to use in a directory ```/input```. If you have COLMAP and ImageMagick on your system path, you can simply run +We provide a converter script ```convert.py```, which uses COLMAP to extract SfM information. Optionally, you can use ImageMagick to resize the undistorted images. This rescaling is similar to MipNeRF360, i.e., it creates images with 1/2, 1/4 and 1/8 the original resolution in corresponding folders. To use them, please first install a recent version of COLMAP (ideally CUDA-powered) and ImageMagick. Put the images you want to use in a directory ```/input```. If you have COLMAP and ImageMagick on your system path, you can simply run ```shell python convert.py -s [--resize] #If not resizing, ImageMagick is not needed ``` diff --git a/SIBR_viewers_windows b/SIBR_viewers_windows index aac8152..eb1b851 160000 --- a/SIBR_viewers_windows +++ b/SIBR_viewers_windows @@ -1 +1 @@ -Subproject commit aac8152e6b31c4a8401c58bd18f0a00b193f4049 +Subproject commit eb1b8513ecc0cdb1dfbd9dae4e0fe64c9dcef2ab