Data Folder in the face Recognition package [closed]

asked 2014-05-05 08:47:43 -0500

smart engineer gravatar image

updated 2014-05-05 09:11:41 -0500

ahendrix gravatar image

I am trying to make a face recognition on fuerte distribution ,,, I download the package from here """ https://github.com/procrob/procrob_fu... """ then i execute all steps as following

  1. roscore
  2. roslaunch openni_launch openni.launch
  3. rosrun rviz rviz >>> and here i edit the fixed frame to ""camera_depth_optical_frame""and added PointCloud2 and set the topic to /camera/depth/points
  4. rosrun image_view image_view image:=/camera/rgb/image_color
  5. roscd face_recognition
  6. rosrun face_recognition Fserver
  7. rosrun face_recognition Fclient
  8. rostopic pub -1 /fr_order face_recognition/FRClientGoal -- 2 "Somaya"
  9. rostopic pub -1 /fr_order face_recognition/FRClientGoal -- 0 "none"
  10. rostopic pub -1 /fr_order face_recognition/FRClientGoal -- 1 "none"
  11. rostopic pub -1 /fr_order face_recognition/FRClientGoal -- 4 "none"

but after all these no images are added in the data folder ????

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-11-02 01:41:31.373336