Skip to content

fix: Waymo demo instantiates with MegaDepth root - #115

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/waymo-waymo-demo-instantiates-with-megadepth
Open

fix: Waymo demo instantiates with MegaDepth root#115
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/waymo-waymo-demo-instantiates-with-megadepth

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

Problem

fix: Waymo demo instantiates with MegaDepth root

Fix

Replace:

    dataset = Waymo(split='train', ROOT="data/megadepth_processed", resolution=224, aug_crop=16)

with:

    dataset = Waymo(split='train', ROOT="data/waymo_processed", resolution=224, aug_crop=16)

Files changed

  • dust3r/datasets/waymo.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant