Skip to main content

Crate panlabel

Crate panlabel 

Source
Expand description

Panlabel: The universal annotation converter.

Panlabel converts between different object detection annotation formats, similar to how Pandoc converts between document formats. It uses an intermediate representation (IR) to enable N×M format conversions with only 2N converters.

§Modules

  • ir: Intermediate representation types (Dataset, Image, Annotation, etc.)
  • validation: Dataset validation and error reporting
  • conversion: Conversion reporting and lossiness tracking
  • error: Error types for panlabel operations

Re-exports§

pub use error::PanlabelError;

Modules§

conversion
Conversion module for format transformation reporting.
diff
Dataset semantic diffing.
error
ir
Intermediate Representation (IR) for panlabel.
sample
Dataset sampling utilities.
stats
Dataset statistics.
validation
Dataset validation for panlabel.

Functions§

run
Run the panlabel CLI.