Pixie is an image(s) labeling/annotation application which allows the user to label his images using the follwings:
- Bounding box
- Polygon
- Free hand drawing
- Semantic segmentation
- Scene/Frame annotation
Before using Pixie, we highly recomand to read the user manual. Alternatively the user manual can be found in Pixie's deliverables.
As it is very well known, an image is worth a thousound words, so here there are some output images labeled using Pixie
To be updated
Pixie is implemented in Java, hence the java runtime environment(JRE) is necessary to run the application. Pixie has been tested using JRE 8, both Oracle's and OpenJDK.
The project can be built using Netbeans/IntelliJ/eclipse projects or using the Ant build files. TO BE CONTINUED