Metadata-Version: 2.1
Name: wai.annotations.yolo
Version: 1.0.2
Summary: YOLO format plugins for wai.annotations.
Home-page: https://github.com/waikato-ufdl/wai-annotations-yolo
Author: Corey Sterling
Author-email: coreytsterling@gmail.com
License: Apache License Version 2.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

YOLO format plugins for wai.annotations.

* `from-yolo-od`: reads image object-detection annotations in the YOLO format
* `to-yolo-od`: writes image object-detection annotations in the YOLO format

Changelog
=========

1.0.2 (2022-11-23)
------------------

- supports polygon format now (index + pairs of normalized x/y coordinates)
- `YOLOODReader` now skips annotations if it fails to locate associated image


1.0.1 (2022-09-05)
------------------

- the `read_labels_file` method of `FromYOLOOD` now strips leading/trailing whitespaces
  from the labels.


1.0.0 (2022-03-01)
------------------

- Initial release.
