mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
Summary: Add facilities for dataloading non-sequential scenes. Reviewed By: shapovalov Differential Revision: D37291277 fbshipit-source-id: 0a33e3727b44c4f0cba3a2abe9b12f40d2a20447
20 lines
319 B
YAML
20 lines
319 B
YAML
defaults:
|
|
- repro_singleseq_base
|
|
- _self_
|
|
data_source_args:
|
|
data_loader_map_provider_SequenceDataLoaderMapProvider_args:
|
|
batch_size: 10
|
|
dataset_length_train: 1000
|
|
dataset_length_val: 1
|
|
num_workers: 8
|
|
images_per_seq_options:
|
|
- 2
|
|
- 3
|
|
- 4
|
|
- 5
|
|
- 6
|
|
- 7
|
|
- 8
|
|
- 9
|
|
- 10
|