You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the unit of measurement used in nerfacto model paramaters for training?
I see the following deault values and what implications are those values in collider_params vs ones below that? model=NerfactoModelConfig(
_target=<class 'nerfstudio.models.nerfacto.NerfactoModel'>,
enable_collider=True, collider_params={'near_plane': 2.0, 'far_plane': 6.0}, near_plane=0.05, far_plane=1000.0,
---
)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is the unit of measurement used in nerfacto model paramaters for training?
I see the following deault values and what implications are those values in collider_params vs ones below that?
model=NerfactoModelConfig(
_target=<class 'nerfstudio.models.nerfacto.NerfactoModel'>,
enable_collider=True,
collider_params={'near_plane': 2.0, 'far_plane': 6.0},
near_plane=0.05,
far_plane=1000.0,
---
)
Beta Was this translation helpful? Give feedback.
All reactions