Correcting recent bugs code after debugging on devfair.

Summary:
1. Typo in the dataset path in the config.
2. Typo in num_frames.
3. Pick sequence was cached before it was modified for single-sequence.

Reviewed By: bottler

Differential Revision: D36417329

fbshipit-source-id: 6dcd75583de510412e1ae58f63db04bb4447403e
This commit is contained in:
Roman Shapovalov
2022-05-16 12:17:08 -07:00
committed by Facebook GitHub Bot
parent 899a3192b6
commit 0143d63ba8
2 changed files with 10 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ dataloader_args:
- 9
- 10
dataset_args:
dataset_root: ${oc.env:CO3D_DATASET_ROOT}"
dataset_root: ${oc.env:CO3D_DATASET_ROOT}
load_point_clouds: false
mask_depths: false
mask_images: false