README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ImageLabeler
  2. ============
  3. by Computer Vision Group Jena, 2011-2016
  4. 1 Description
  5. #############
  6. ImageLabeler is a small GUI-based labeling tool for annotating images for semantic segmentation,
  7. object detection and tagging purposes.
  8. 2 Installation
  9. ##############
  10. In order to install the program follow the usual steps when compiling using CMake. For systems
  11. using Linux that is:
  12. (1) Navigate to your ImageLabeler directory and create a building sub-directory
  13. #> cd /path/to/imagelabeler/
  14. #> mkdir build
  15. #> cd build
  16. (2) Configure your installation using CMake
  17. #> ccmake ..
  18. (3) Compile and install the program
  19. #> make
  20. #> make install
  21. Depending on your installation settings (i.e. install path) you should now be able to start
  22. the program from the command line using either
  23. #> ImageLabeler
  24. or alternatively from inside the build directory using
  25. #> ./ImageLabeler
  26. 3 Usage
  27. #######
  28. Please, refer for instructions regarding the usage of the program to the files provided in the
  29. "man" sub-directory (formatted as HTML, PDF and ODT)
  30. 4 Contributors
  31. ##############
  32. Gapchich Vladislav
  33. Johannes Rühle
  34. Sven Sickert