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
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
~449K SLoC