Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buni-rock/Pixie
Pixie is a GUI annotation tool which provides the bounding box, polygon, free drawing and semantic segmentation object labelling
https://github.com/buni-rock/Pixie
bounding-boxes image-annotation image-labeling labeling-tool labelingsystem semantic-segmentation
Last synced: 3 months ago
JSON representation
Pixie is a GUI annotation tool which provides the bounding box, polygon, free drawing and semantic segmentation object labelling
- Host: GitHub
- URL: https://github.com/buni-rock/Pixie
- Owner: buni-rock
- License: mit
- Created: 2017-10-05T17:15:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T10:15:58.000Z (almost 6 years ago)
- Last Synced: 2024-07-24T23:02:32.556Z (4 months ago)
- Topics: bounding-boxes, image-annotation, image-labeling, labeling-tool, labelingsystem, semantic-segmentation
- Language: Java
- Homepage: http://annotate.zone/
- Size: 70 MB
- Stars: 70
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dataset-tools - Pixie - GUI annotation tool which provides the bounding box, polygon, and semantic segmentation (Labeling Tools / Images)
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 annotationBefore 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