globox 0.1.0

Parse, convert and evaluate bounding box annotations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod coco;
pub mod cvat;
pub mod folder;
pub mod imagenet;
pub mod labelme;
pub mod openimage;
pub mod txt;
pub mod yolo;

#[derive(Debug)]
pub struct ConvertErr { 

}