Skip to main content

Python library for converting image and object annotations formats into each other.

Project description

Python library for converting image and object annotations formats into each other. Changelog =========

0.1.0 (2020-01-22)

  • Added the ability to specify inputs by glob syntax, and also specify negative images with no annotations.

  • Added utility functions for images (image_to_numpyarray, remove_alpha_channel) and for masks (mask_to_polygon, polygon_to_minrect, polygon_to_lists) in module wai.annotations.image_utils

  • Added –extensions option to control the search order for associated images.

  • Added –verbosity flag to control logging verbosity.

  • Added polygon mask support to the ROI format.

0.0.4 (2020-01-15)

  • Modified requirements to include Cython as this is required in later versions of pycocotools. Moved pycocotools to end of dependency list to ensure all requirements are met before installation.

0.0.3 (2019-12-16)

  • Changed –coerce option to –force.

  • Tensorflow is no longer a dependency in setup.py as can work with tensorflow or tensorflow-gpu.

  • TFRecords format can now handle polygon-mask annotations.

0.0.2 (2019-12-09)

  • Can now work with images that contain no annotations.

0.0.1 (2019-12-04)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wai.annotations-0.1.0.tar.gz (44.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page