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 reportingconversion: Conversion reporting and lossiness trackingerror: 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.