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:
mouse AND NOT computer AND NOT keyboard AND NOT screen
for $i in collection('LabelMe.dbxml') where $i/annotation/object[name='head' and deleted='0'] and count($i/annotation/object[deleted='0'])>3
return concat($i/annotation/folder/text(),'/',$i/annotation/filename/text(),',',string-join(for $j in $i/annotation/object/name/text() return $j, ","))
So, the Berkeley DBXML library and her java binding are needed, you can download it here: http://www.oracle.com/technology/software/products/berkeley-db/index.html (add --enable-java on the build command line for enabling the java binding).LabelMeClearnerNormalizer.sh, LabelMeIndexer.sh, LabelMeBrowser.sh (line 4)BDBXML_LIB_PATH in the shell scripts LabelMeIndexer.sh and LabelMeBrowser.shThe LabelMeWorkbench library can be used for getting LabelMe images annotated by a specific text with the class net.trevize.lucene.InstanceSearcher.