Skip to main content

Crate hotcoco

Crate hotcoco 

Source

Re-exports§

pub use coco::COCO;
pub use eval::AccumulatedEval;
pub use eval::COCOeval;
pub use eval::EvalImg;
pub use params::IouType;
pub use params::Params;
pub use types::Annotation;
pub use types::Category;
pub use types::Dataset;
pub use types::Image;
pub use types::Rle;
pub use types::Segmentation;

Modules§

coco
COCO dataset loading and querying API.
eval
COCO evaluation engine — faithful port of pycocotools/cocoeval.py.
mask
Pure Rust implementation of COCO mask operations (RLE encoding/decoding, IoU, merge, etc.)
params
types