1 / 7

Make your data with Kinect

Make your data with Kinect. 2011. May. 24 Jiseob Kim, Eun -Sol Kim. rosbag. Tools for recording from and playing back to ROS topics Recording from topics Record all topics Play back contents There are many options which can help your project2 http://www.ros.org/wiki/rosbag/Commandline.

shiloh
Télécharger la présentation

Make your data with Kinect

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Make your data with Kinect 2011. May. 24 Jiseob Kim, Eun-Sol Kim

  2. rosbag • Tools for recording from and playing back to ROS topics • Recording from topics • Record all topics • Play back contents • There are many options which can help your project2 • http://www.ros.org/wiki/rosbag/Commandline rosbag record rosouttf cmd_vel rosbag record -a rosbag play <my_file.bag> rosbag -h

  3. Practice for project2 • Make your data • Project2 Track A: Image data • Project2 Track B: Motion data • You should use the Kinect for data capture • You should use ‘rosbag’

  4. Make an Image Dataset • Take a picture with Kinect • Change • color image to gray scale image • image size: 20ⅹ20 • One image has 400 feature values

  5. Make a Motion Dataset • Start openni_tracker • Record human motions from Kinect • record ‘tf’ and ‘camera/rgb’ • Features for motion dataset • 15 joint angles • Each joint has 4 angle values (x,y,z,w) • rotation values not a translation • One motion has 60 feature values • Tips • Use ‘echo’ and ‘redirection’ to change the recordingfile format (ex. .bag-> .txt) • Because .bag is difficult to deal with other text editor

  6. Make an .arff file @RELATION <dataset name> @ATTRIBUTE <feature1 name> <feature1 type> @ATTRIBUTE <feature2 name> <feature2 type> @ATTRIBUTE <feature3 name> <feature3 type> @ATTRIBUTE <feature4 name> <feature4 type> ….. @ATTRIBUTE class <classes name> @DATA 1,2,3,1, apple 3,2,0,1, book …… Header Data ( feature values + class )

  7. Schedule for project2 • May. 29 • TA will give you kinect and Linux machine • Specification document for project 2 will be uploaded • (Jun. 5: Final Exam) • Jun. 12 • Poster presentation • Jun. 14 • Deadline of a report for project2

More Related