From 44a9060bdb426a2e8a30e46bea8d52928b008e0b Mon Sep 17 00:00:00 2001 From: Congrong Xu <50019703+KevinXu02@users.noreply.github.com> Date: Sat, 15 Jun 2024 05:28:42 -0700 Subject: [PATCH] Update method_configs.py --- nerfstudio/configs/method_configs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nerfstudio/configs/method_configs.py b/nerfstudio/configs/method_configs.py index d77959fb9f..87912a272e 100644 --- a/nerfstudio/configs/method_configs.py +++ b/nerfstudio/configs/method_configs.py @@ -68,6 +68,7 @@ method_configs: Dict[str, Union[TrainerConfig, ExternalMethodDummyTrainerConfig]] = {} descriptions = { "nerfacto": "Recommended real-time model tuned for real captures. This model will be continually updated.", + "nerfacto-huge": "Larger version of Nerfacto with higher quality.", "depth-nerfacto": "Nerfacto with depth supervision.", "instant-ngp": "Implementation of Instant-NGP. Recommended real-time model for unbounded scenes.", "instant-ngp-bounded": "Implementation of Instant-NGP. Recommended for bounded real and synthetic scenes", @@ -81,6 +82,7 @@ "neus": "Implementation of NeuS. (slow)", "neus-facto": "Implementation of NeuS-Facto. (slow)", "splatfacto": "Gaussian Splatting model", + "splatfacto-big": "Larger version of Splatfacto with higher quality.", } method_configs["nerfacto"] = TrainerConfig(