Re-exports§
pub use coco::COCO;pub use convert::ConvertError;pub use convert::CvatStats;pub use convert::DotaStats;pub use convert::VocStats;pub use convert::YoloStats;pub use error::Error;pub use eval::AccumulatedEval;pub use eval::AnnotationIndex;pub use eval::BootstrapCI;pub use eval::COCOeval;pub use eval::CalibrationBin;pub use eval::CalibrationResult;pub use eval::CategoryDelta;pub use eval::CompareOpts;pub use eval::ComparisonResult;pub use eval::ConfusionMatrix;pub use eval::DtStatus;pub use eval::ErrorProfile;pub use eval::EvalImg;pub use eval::EvalMode;pub use eval::EvalResults;pub use eval::EvalShape;pub use eval::GtStatus;pub use eval::ImageDiagnostics;pub use eval::ImageSummary;pub use eval::LabelError;pub use eval::LabelErrorType;pub use eval::SliceResult;pub use eval::SlicedResults;pub use eval::TideErrors;pub use eval::compare;pub use healthcheck::DatasetSummary;pub use healthcheck::Finding;pub use healthcheck::HealthReport;pub use healthcheck::Layer;pub use hierarchy::Hierarchy;pub use params::AreaRange;pub use params::IouType;pub use params::Params;pub use types::Annotation;pub use types::Category;pub use types::CategoryStats;pub use types::Dataset;pub use types::DatasetStats;pub use types::Image;pub use types::Rle;pub use types::Segmentation;pub use types::SummaryStats;
Modules§
- coco
- COCO dataset loading and querying API.
- convert
- error
- eval
- COCO evaluation engine — faithful port of
pycocotools/cocoeval.py. - geometry
- Computational geometry primitives for oriented bounding box (OBB) evaluation.
- healthcheck
- Dataset healthcheck: 4-layer validation for COCO annotation files.
- hierarchy
- Category hierarchy for Open Images detection evaluation.
- mask
- Pure Rust implementation of COCO mask operations (RLE encoding/decoding, IoU, merge, etc.)
- params
- types