Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix parent filters indentation #210

Merged
Merged
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
32 changes: 16 additions & 16 deletions ingestion_tools/dataset_configs/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ annotations: OPTIONAL
binning: OPTIONAL, FLOAT (DEFAULT 1) (POSITIVE)
filter_value: OPTIONAL, STRING
order: OPTIONAL, STRING (DEFAULT xyz)
parent_filters: SEE runs.sources.parent_filters
parent_filters: SEE runs.sources.parent_filters
- OrientedPoint:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
Expand All @@ -56,7 +56,7 @@ annotations: OPTIONAL
binning: see InstanceSegmentation.binning
filter_value: see InstanceSegmentation.filter_value
order: see InstanceSegmentation.order
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
- Point:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
Expand All @@ -65,20 +65,20 @@ annotations: OPTIONAL
binning: see InstanceSegmentation.binning
columns: OPTIONAL, STRING (DEFAULT xyz)
delimiter: OPTIONAL, STRING (DEFAULT ',')
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
- SegmentationMask:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
glob_strings: see InstanceSegmentation.glob_strings
is_visualization_default: see InstanceSegmentation.is_visualization_default
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
- SemanticSegmentationMask:
file_format: see InstanceSegmentation.file_format
glob_string: see InstanceSegmentation.glob_string
glob_strings: see InstanceSegmentation.glob_strings
is_visualization_default: see InstanceSegmentation.is_visualization_default
mask_label: OPTIONAL, INTEGER (DEFAULT 1)
parent_filters: see InstanceSegmentation.parent_filters
parent_filters: see InstanceSegmentation.parent_filters
dataset_keyphotos: OPTIONAL
- sources: REQUIRED
- literal: REQUIRED
Expand Down Expand Up @@ -160,17 +160,17 @@ rawtilts: OPTIONAL
- sources: SEE datasets.sources and runs.sources.parent_filters
runs: REQUIRED
- sources: SEE datasets.sources (source_glob) and below
# parent filters must be paired with a finder type (source_glob, source_multi_glob, ...) as one list entry
# can only exclude / include parent types (see IMPORTER_DEP_TREE)
# in this case of being in the runs attribute, only dataset can be excluded / included
# in dataset level, nothing can be excluded / included
parent_filters: OPTIONAL
exclude: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
include: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
# parent filters must be paired with a finder type (source_glob, source_multi_glob, ...) as one list entry
# can only exclude / include parent types (see IMPORTER_DEP_TREE)
# in this case of being in the runs attribute, only dataset can be excluded / included
# in dataset level, nothing can be excluded / included
parent_filters: OPTIONAL
exclude: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
include: OPTIONAL
dataset: OPTIONAL
- OPTIONAL, STRING (REGEX)
standardization_config: REQUIRED
deposition_id: REQUIRED, INTEGER
run_data_map_file: OPTIONAL, STRING
Expand Down
Loading