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
doc:labeling_tools [2014/08/08 09:44] – [Functionality] admindoc:labeling_tools [2014/08/08 09:47] (current) – [Installation] admin
Line 15: Line 15:
   * {{:application.windows.zip|Windows}}   * {{:application.windows.zip|Windows}}
  
-In Ubuntu, you need to have the following packages installed: +The source code of this tool can be found at GitHub in the repository [[https://github.com/knowrob/data_labeling_tool|knowrob/data_labeling_tool]]. In Ubuntu, you need to have the following packages installed: 
   sudo apt-get install libgstreamer0.10-0 libgstreamer0.10-dev libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev   sudo apt-get install libgstreamer0.10-0 libgstreamer0.10-dev libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev
  
- +To provide some test data to start with, the following archive contains a sample folder structure including a 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.+
  
   * {{:example-sequence.zip|Example data}}   * {{:example-sequence.zip|Example data}}
Line 157: Line 156:
 ==== OWL export ==== ==== OWL export ====
  
-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]].+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 be used for reasoning, e.g. using the //mod_ham// package from the [[https://github.com/knowrob/knowrob_human.git|knowrob_human repository]]. For more information on the OWL representation of actions, have a look [[Modeling_tasks_and_actions|here]].