Skip to content

Commit

Permalink
Add descriptions for splatfacto-big and nerfacto-huge (#3233)
Browse files Browse the repository at this point in the history
Update method_configs.py
  • Loading branch information
KevinXu02 committed Jun 16, 2024
1 parent 2e3c3c1 commit 3d27dd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nerfstudio/configs/method_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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(
Expand Down

0 comments on commit 3d27dd4

Please sign in to comment.