waikato-ufdl / wai-annotations

Python library for converting annotated datasets into various formats (e.g., image classification, object detection and speech datasets).
https://ufdl.cms.waikato.ac.nz/wai-annotations-manual
Apache License 2.0
3 stars 1 forks source link
common-voice conversion deepspeech festvox image-annotation mscoco python3 tfrecords vgg

wai-annotations

Python library for converting between annotation formats of data domains such as images and audio.

Also offers plugins for preprocessing data, for generating statistics and visualizations, as well as incorporating predictions made via a Redis backend (e.g., using deep learning models).

The manual is available here:

https://ufdl.cms.waikato.ac.nz/wai-annotations-manual

Available modules

Docker images

Public docker images with all the modules installed are available from here:

https://hub.docker.com/r/waikatoufdl/wai.annotations/

Bash script

The install.sh bash script allows you to install wai.annotations in a virtual environment. Either using the published modules or from the latest source code available from the github repositories.