globox 0.1.0

Parse, convert and evaluate bounding box annotations
Documentation
1
2
3
4
5
use globox::cli::run;

fn main() {
    run();
}