Skip to content

depth-nerfacto brokenΒ #3592

@nepfaff

Description

@nepfaff

Describe the bug
I'm using the default depth-nerfacto command:

ns-train depth-nerfacto --output-dir ... --data ...

I'm getting:

nerfstudio/data/datamanagers/parallel_datamanager.py", line 157, in create_train_dataset
    cache_compressed_images=self.config.cache_compressed_images,
AttributeError: 'VanillaDataManagerConfig' object has no attribute 'cache_compressed_images'

To Reproduce
As above

Expected behavior
Parallel Datamanger should not be called as the depth dataset doesn't support it yet. I didn't specify --pipeline.datamanager.load-from-disk True and depth-nerfacto doesn't even support that option.

Additional context
This is on master.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions