Utilities that are used for assisting with making annotated data.
pip install https://github.com/cm107/annotation_utils/archive/master.zip
pip install pyclay-annotation_utils
Note: The github package is updated more often than the pypi package.
If you change the code and want to re-build the package, do the following.
./build_package.sh
The package can then be installed locally.
pip install -e .
- Outdated/obsolete code has been moved to the annotation_utils/old folder as of version 0.2.
- The latest COCO utilities can be found under annotation_utils/coco/refactored.
- The latest Labelme utilities can be found under annotation_utils/labelme/refactored.
- The latest dataset management utilities can be found under annotation_utils/dataset/refactored.
There is not any official documentation about usage yet, but for usage examples you may refer to the test folder.