Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
blog:learning_object_placements_from_vr [2020/10/19 11:41] tlippsblog:learning_object_placements_from_vr [2020/10/19 11:41] tlipps
Line 7: Line 7:
 These data samples were then inputted in the ROS python package [[https://github.com/cram2/costmap_learning|costmap_learning]]. This package takes the object positions and orientations of the used objects in VR and encodes these separated in Gaussian Mixture Models (GMM). The software architecture allows to learn separated object placements for different kitchen environments, tables, context, humans and obviously object types.  These data samples were then inputted in the ROS python package [[https://github.com/cram2/costmap_learning|costmap_learning]]. This package takes the object positions and orientations of the used objects in VR and encodes these separated in Gaussian Mixture Models (GMM). The software architecture allows to learn separated object placements for different kitchen environments, tables, context, humans and obviously object types. 
  
-Lastly, the package only returns relevant and non redundant knowledge. The former is achieved by identifying possible relations between the object which should be placed and already placed objects. The latter is reached by filtering the result with the already placed objects. This behavior is visualized in a table setting scenario in the given video. The ROS Interface in CRAM is implemented in the CRAM package [[https://github.com/tlipps/cram/tree/bachelor-thesis/cram_learning/cram_learning_vr|cram_learning_vr]]+Lastly, the package only returns relevant and non redundant knowledge. The former is achieved by identifying possible relations between the object which should be placed and already placed objects. The latter is reached by filtering the result with the already placed objects. This behavior is visualized in a table setting scenario in the given video. The ROS Interface in CRAM is implemented in the CRAM package [[https://github.com/tlipps/cram/tree/bachelor-thesis/cram_learning/cram_learning_vr|cram_learning_vr]].