mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
Summary: As part of removing Task, move camera difficulty bin breaks from hard code to the top level. Reviewed By: davnov134 Differential Revision: D37491040 fbshipit-source-id: f2d6775ebc490f6f75020d13f37f6b588cc07a0b
33 lines
626 B
YAML
33 lines
626 B
YAML
defaults:
|
|
- repro_base.yaml
|
|
- _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
|
|
dataset_map_provider_JsonIndexDatasetMapProvider_args:
|
|
assert_single_seq: false
|
|
task_str: multisequence
|
|
n_frames_per_sequence: -1
|
|
test_on_train: true
|
|
test_restrict_sequence_id: 0
|
|
solver_args:
|
|
max_epochs: 3000
|
|
milestones:
|
|
- 1000
|
|
camera_difficulty_bin_breaks:
|
|
- 0.666667
|
|
- 0.833334
|