Image Semantics Documentation

Warning

Currently a work in progress!

With many image annotation semantics existing in the field of computer vision, it can become daunting to manage. This package provides the ability to convert and visualize many different types of annotation formats for object dectection and localization.

$ pip install imantics

or use the latest build with

$ git clone https://github.com/jsbroks/imantics/
$ cd /imantics
$ pip install imantics
Tutorial
A quick tutorial with examples of exporting visualize and converting datasets.
API
If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Contributing

Yes please! We are always looking for contributions, additions and improvements.

The source is available on GitHub and contributions are always encouraged. Contributions can be as simple as minor tweaks to this documentation, the website or the core.

To contribute, fork the project on GitHub and send a pull request.