From 436ca311258bc7be9da34c2cbd0f4fcfb871d6c8 Mon Sep 17 00:00:00 2001 From: Snosixtyboo <40643808+Snosixtyboo@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:17:54 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 862f777..be4256c 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,9 @@ python convert.py -s --skip_matching [--resize] #If not resizing, Ima | ![Default learning rate result](assets/worse.png "title-1") | ![Reduced learning rate result](assets/better.png "title-2") | | --- | --- | +- *I'm on Windows and I can't manage to build the submodules* Consider following the steps in the excellent video tutorial [here](https://www.youtube.com/watch?v=UXtuigy_wYc), hopefully they should help. The order in which the steps are done is important! + +- *I'm on macOS/Puppy Linux/Greenhat and I can't manage to build* Sorry, we can't provide support for platforms outside of the ones we list in this README. - *I don't have 24 GB of VRAM for training, what do I do?* The VRAM consumption is determined by the number of points that are being optimized, which increases over time. If you only want to train to 7k iterations, you will need significantly less. To do the full training routine and avoid running out of memory, you can increase the ```--densify_grad_threshold```, ```--densification_interval``` or reduce the value of ```--densify_until_iter```. Note however that this will affect the quality of the result. Also try setting ```--test_iterations``` to ```-1``` to avoid memory spikes during testing. If ```--densify_grad_threshold``` is very high, no densification should occur and training should complete if the scene itself loads successfully.