Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dust3r/datasets/waymo.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def _get_views(self, pair_idx, resolution, rng):
from dust3r.viz import SceneViz, auto_cam_size
from dust3r.utils.image import rgb

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

for idx in np.random.permutation(len(dataset)):
views = dataset[idx]
Expand Down