When rendering the config from PyNERF in the dataset setting, "ns-render dataset --load-config () --output-path ()" there is a traceback: """ assert isinstance(data_manager_config, VanillaDataManagerConfig) AssertionError """
When rendering the config from PyNERF in the dataset setting,
"ns-render dataset --load-config () --output-path ()"
there is a traceback:
"""
assert isinstance(data_manager_config, VanillaDataManagerConfig)
AssertionError
"""