This code has been superceded by the much more comprehensive wai.annotations library.
Scripts for converting annotations into MS COCO JSON format.
-
install virtual environment (eg for Python 3.5)
virtualenv -p /usr/bin/python3.5 venv -
install dependencies
./venv/bin/pip install -r requirements.txt