mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-14 11:26:24 +08:00
dataset_map_provider
Summary: replace dataset_zoo with a pluggable DatasetMapProvider. The logic is now in annotated_file_dataset_map_provider. Reviewed By: shapovalov Differential Revision: D36443965 fbshipit-source-id: 9087649802810055e150b2fbfcc3c197a761f28a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
69c6d06ed8
commit
79c61a2d86
33
tests/implicitron/data/data_source.yaml
Normal file
33
tests/implicitron/data/data_source.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
dataset_map_provider_class_type: ???
|
||||
dataloader_args:
|
||||
batch_size: 1
|
||||
num_workers: 0
|
||||
dataset_len: 1000
|
||||
dataset_len_val: 1
|
||||
images_per_seq_options:
|
||||
- 2
|
||||
sample_consecutive_frames: false
|
||||
consecutive_frames_max_gap: 0
|
||||
consecutive_frames_max_gap_seconds: 0.1
|
||||
dataset_map_provider_JsonIndexDatasetMapProvider_args:
|
||||
category: ???
|
||||
task_str: singlesequence
|
||||
dataset_root: ''
|
||||
limit_to: -1
|
||||
limit_sequences_to: -1
|
||||
n_frames_per_sequence: -1
|
||||
test_on_train: false
|
||||
load_point_clouds: false
|
||||
mask_images: false
|
||||
mask_depths: false
|
||||
restrict_sequence_name: []
|
||||
test_restrict_sequence_id: -1
|
||||
assert_single_seq: false
|
||||
only_test_set: false
|
||||
aux_dataset_kwargs:
|
||||
box_crop: true
|
||||
box_crop_context: 0.3
|
||||
image_width: 800
|
||||
image_height: 800
|
||||
remove_empty_masks: true
|
||||
path_manager: null
|
||||
@@ -118,6 +118,6 @@ implicit_function_IdrFeatureField_args:
|
||||
bias: 1.0
|
||||
skip_in: []
|
||||
weight_norm: true
|
||||
n_harmonic_functions_xyz: 0
|
||||
n_harmonic_functions_xyz: 1729
|
||||
pooled_feature_dim: 0
|
||||
encoding_dim: 0
|
||||
|
||||
Reference in New Issue
Block a user