#annotated #ones #dataset #image #format #perturbation #voc2012

bin+lib voc-perturb

Create new annotated image dataset (in VOC2012 format) via perturbation of existing ones

3 releases

Uses old Rust 2015

0.1.2 Dec 8, 2017
0.1.1 Dec 7, 2017
0.1.0 Dec 7, 2017

#15 in #annotated

43 downloads per month

Apache-2.0

12KB
240 lines

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

See voc-perturb -h for help.


lib.rs:

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

Dependencies

~28MB
~444K SLoC