stratus2019/create_training_chips 0.0.1
alg install stratus2019/create_training_chips
create training chips
Algorithm Description
training chips from overhead imagery. This algorithm scans training and validation directories for image data and corresponding images that are point masks. Positive (target) mask names are the base image filename, followed by "Annotated_Cars". Negative (not target) mask names are the base image filename, followed by "Annotated_Negatives". Labeled raining and validation data are generated and saved in the output base chips directory specified by the user.
License
MIT
Homepage
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
data_base_dir | None | string | |
output_chip_size_npix | None | integer | |
save_base_dir | None | string | |
source_image_chip_size_npix | None | integer | |
training_data_relative_path | None | string | |
validation_data_relative_path | None | string |
Outputs
Name | Description | Data Type |
---|---|---|
output_chips_base_dir | string |
Versions
- 0.0.1 (current)