Sem descrição

Sven Sickert 71ae42fc80 added short readme file há 9 anos atrás
include 54d66bbadf sources and headers seperated; CMakeLists modified accordingly há 9 anos atrás
man 953c077c4f moved documentary há 9 anos atrás
src 54d66bbadf sources and headers seperated; CMakeLists modified accordingly há 9 anos atrás
ui 22fd403fae icons for buttons; buttons exclusive selected há 9 anos atrás
CMakeLists.txt 54d66bbadf sources and headers seperated; CMakeLists modified accordingly há 9 anos atrás
Doxyfile 5cbee4496f -added Doxyfile há 13 anos atrás
README 71ae42fc80 added short readme file há 9 anos atrás

README

ImageLabeler
============
by Computer Vision Group Jena, 2012-2016


1 Description
#############

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


2 Installation
##############

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

(1) Navigate to your ImageLabeler directory and create a building sub-directory

#> cd /path/to/imagelabeler/
#> mkdir build
#> cd build

(2) Configure your installation using CMake

#> ccmake ..

(3) 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


3 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)


4 Contributors
##############

Gapchich Vladislav
Johannes Rühle
Sven Sickert