From 097083079cc11104ad9ef99f2d6a187da4159253 Mon Sep 17 00:00:00 2001 From: Tom Byrer Date: Thu, 13 Jan 2022 23:16:14 -0600 Subject: [PATCH 1/2] + 2 minute papers link FYI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89f0b5cc..95ff3726 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Website and video: arXiv: +[Featured at Two Minute Papers YouTube](https://youtu.be/yptwRRpPEBM) 2022-01-11 + **Note:** This is a preliminary release. We have not carefully tested everything, but feel that it would be better to first put the code out there. From 4948c928000d1a57f176656230f651523be7b778 Mon Sep 17 00:00:00 2001 From: Alex Yu Date: Sat, 14 Jan 2023 22:10:17 -0800 Subject: [PATCH 2/2] Links --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0036bf14..089801bf 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ A JAX implementation is also available at ` +`bash proc_colmap.sh --noradial` Where `` should be a directory directly containing png/jpg images from a normal perspective camera. +UPDATE: `--noradial` is recommended since otherwise, the script performs undistortion, which seems to not work well and make results blurry. For custom datasets we adopt a data format similar to that in NSVF @@ -154,7 +161,7 @@ Now follow the "Voxel Optimization (aka Training)" section to train: `./launch.sh -c configs/custom.json` You can also try `configs/custom_alt.json` which has some minor differences. -You may need to tune the TV for best results. +You may need to tune the TV and sparsity loss for best results. To render a video, please see the "rendering a spiral" section. To convert to a svox1-compatible PlenOctree (not perfect quality since interpolation is not implemented)