From 02956b6587cfadce951a81c6987b0b7ffe70258b Mon Sep 17 00:00:00 2001 From: bkerbl Date: Wed, 12 Jul 2023 11:51:34 +0200 Subject: [PATCH] Removed .txt --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0afa633..4f1200d 100644 --- a/README.md +++ b/README.md @@ -394,9 +394,9 @@ Our COLMAP loaders expect the following dataset structure in the source path loc | |---... |---sparse |---0 - |---cameras.bin | cameras.txt - |---images.bin | images.txt - |---points3D.bin | points3D.txt + |---cameras.bin + |---images.bin + |---points3D.bin ``` For rasterization, the camera models must be either a SIMPLE_PINHOLE or PINHOLE camera. We provide a converter script ```convert.py```, to extract undistorted images and SfM information from input images. 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```.