nerfstudio
nerfstudio copied to clipboard
Switch to Generic model interface
This PR changes the Model's class interface to accept the type of the config. This should improve the type hints for the models (as you no longer need to override the init method). But I am not sure if this is needed or if using Generic could break compatibility for older python versions. Please feel free to reject this PR if you are not sure of the benefits.