Crate voc_perturb [] [src]

voc-perturb -- Create new annotated image dataset via perturbation of existing ones.

Annotation of image data is time-consuming, this crate is a lazy person's tool for generating more annotated data with as little effort as possible. Basically, all you need to do is

voc-perturb input_dataset_path output_dataset_name

Modules

file_mapping
parser_state

Functions

bbox_modify

Modify an input xml annotation via a custom modifier function, write to the output xml file.

translation_lambda