Žiadny popis

Sven Sickert 64af15bed9 added resources for icons 8 rokov pred
include 54d66bbadf sources and headers seperated; CMakeLists modified accordingly 8 rokov pred
man 953c077c4f moved documentary 8 rokov pred
src 54d66bbadf sources and headers seperated; CMakeLists modified accordingly 8 rokov pred
ui 64af15bed9 added resources for icons 8 rokov pred
CMakeLists.txt 54d66bbadf sources and headers seperated; CMakeLists modified accordingly 8 rokov pred
Doxyfile 5cbee4496f -added Doxyfile 13 rokov pred
README.md 559f470deb readme as markdown 8 rokov pred

README.md

ImageLabeler

by Computer Vision Group Jena, 2011-2016

Description

ImageLabeler is a small GUI-based labeling tool for annotating images for semantic segmentation, object detection and tagging purposes.

Installation

In order to install the program follow the usual steps when compiling using CMake. For systems using Linux that is:

Navigate to your ImageLabeler directory and create a building sub-directory

cd /path/to/imagelabeler/
mkdir build
cd build

Configure your installation using CMake

ccmake ..

Compile and install the program

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

Usage

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)

Contributors

Gapchich Vladislav Johannes Rühle Sven Sickert