# Pixie **Repository Path**: JackXu2016/Pixie ## Basic Information - **Project Name**: Pixie - **Description**: Pixie is a GUI annotation tool which provides the bounding box, polygon, free drawing and semantic segmentation object labelling - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pixie ## About 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](https://github.com/buni-rock/Pixie/wiki/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 #### The very well known Bounding Box labeling: ![](https://github.com/buni-rock/Pixie/blob/master/demo/BBox1.png) #### Polygon labeling: ![](https://github.com/buni-rock/Pixie/blob/master/demo/Polygon.PNG) #### Semantic segmentation: ![](https://github.com/buni-rock/Pixie/blob/master/demo/Pedestrians.png) ![](https://github.com/buni-rock/Pixie/blob/master/demo/Pedestrians3.jpg) ![](https://github.com/buni-rock/Pixie/blob/master/demo/Animals1.png) #### Before and after image compilations; they are shown only as demonstrator ![](https://github.com/buni-rock/Pixie/blob/master/demo/BeforeAfter_Animals.jpg) ![](https://github.com/buni-rock/Pixie/blob/master/demo/BeforeAfter_Tesla_Cam.PNG) ![](https://github.com/buni-rock/Pixie/blob/master/demo/BeforeAfter_flowers.PNG) #### Semantic segmentation video file [Watch the video](https://annotate.zone/img/Highway.mp4) ## Features List To be updated ## Development #### Dependencies 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. #### Build project The project can be built using Netbeans/IntelliJ/eclipse projects or using the Ant build files. TO BE CONTINUED