|
8 years ago | |
---|---|---|
include | 8 years ago | |
man | 8 years ago | |
src | 8 years ago | |
ui | 8 years ago | |
CMakeLists.txt | 8 years ago | |
Doxyfile | 13 years ago | |
README.md | 8 years ago |
by Computer Vision Group Jena, 2011-2016
ImageLabeler is a small GUI-based labeling tool for annotating images for semantic segmentation, object detection and tagging purposes.
In order to install the program follow the usual steps when compiling using CMake. For systems using Linux that is:
cd /path/to/imagelabeler/
mkdir build
cd build
ccmake ..
make
make install
Depending on your installation settings (i.e. install path) you should now be able to start the program from the command line using either
ImageLabeler
or alternatively from inside the build directory using
./ImageLabeler
Please, refer for instructions regarding the usage of the program to the files provided in the "man" sub-directory (formatted as HTML, PDF and ODT)
Gapchich Vladislav Johannes Rühle Sven Sickert