Table of Contents

LabelMeWorkbench

The LabelMeWorkbench is an application for browsing and querying the LabelMe database.
I develop the application for GNU/Linux, there is no support for the MS-Windows platform.

LabelMeWorkbench provides:

Screenshots

How to use it?

  1. download the LabelMe dataset using the Matlab toolbox http://labelme.csail.mit.edu/instructions.html
  2. you need:
    • ImageMagick
    • Berkeley DBXML
  3. get the LabelMeWorkbench archive
  4. update the path to the LabelMeWorkbench in the 3 shell scripts LabelMeClearnerNormalizer.sh, LabelMeIndexer.sh, LabelMeBrowser.sh (line 4)
  5. update the path to the libraries of Berkeley DBXML, the shell variable BDBXML_LIB_PATH in the shell scripts LabelMeIndexer.sh and LabelMeBrowser.sh
  6. update the LabelMeWorkbench.properties file with your configuration:
    • path where you have installed the LabelMe dataset
    • paths to where the indices will be created
  7. update the Galatee.properties file with your configuration:
    • path to a temporary directory
  8. launch LabelMeCleanerNormalizer.sh
  9. launch LabelMeIndexer.sh
  10. launch LabelMeBrowser.sh

Using the library

The LabelMeWorkbench library can be used for getting LabelMe images annotated by a specific text with the class net.trevize.lucene.InstanceSearcher.

Download

Develoment tracks