Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
labeling_tools [2013/02/04 14:34] – [Annotation file formats] tenorthlabeling_tools [2013/03/05 14:15] – [Installation] admin
Line 8: Line 8:
 The program has been created using [processing] and [controlP5] in Java and is available for Linux, Windows and MacOS. After download, just unpack the archive and start the DatalabelingCogwatch file. The program has been created using [processing] and [controlP5] in Java and is available for Linux, Windows and MacOS. After download, just unpack the archive and start the DatalabelingCogwatch file.
  
-  * [[https://dl.dropbox.com/u/51957850/application.linux.zip|Linux]] +  * {{:application.linux.zip|Linux}} 
-  * [[https://dl.dropbox.com/u/51957850/application.macosx.zip|MacOS X]] +  * {{:application.macosx.zip|MacOS X}} 
-  * [[https://dl.dropbox.com/u/51957850/application.windows.zip|Windows]]+  * {{:application.windows.zip|Windows}}
  
 To provide some test data to start with, the following archive contains a sample folder structure including a show video, some first dummy annotations, and some configuration files. To provide some test data to start with, the following archive contains a sample folder structure including a show video, some first dummy annotations, and some configuration files.
  
-  * [[https://dl.dropbox.com/u/51957850/example-sequence.zip|Example data]]+  * {{:example-sequence.zip|Example data}}
  
-For comments, questions and support queries please contact [[http://ias.cs.tum.edu/people/tenorth|Moritz Tenorth]].+For comments, questions and support queries please contact [[http://ai.uni-bremen.de/team/moritz_tenorth|Moritz Tenorth]].
  
  
Line 151: Line 151:
 ==== OWL export ==== ==== OWL export ====
  
-Not yet implemented, will output a description of the task in terms of action instances in OWL, linked to the respective objects and additional information. This will be directly usable for reasoning in KnowRob, e.g. using mod_ham or visualization in mod_vis.+The OWL exporter outputs a description of the task in terms of action instances in OWL, linked to the respective objects and additional information. This file can be loaded into KnowRob and used for reasoning, e.g. using the mod_ham package from the [[https://github.com/knowrob/knowrob_human.git|knowrob_human repository]] or visualizations using mod_vis. For more information on the OWL representation of actions, have a look [[Modeling_tasks_and_actions|here]]. 
  
-[[Modeling_tasks_and_actions]]