ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

face_recognition package usage is unclear

asked 2015-09-10 16:23:08 -0500

130s gravatar image

What steps exactly do I have to run in what order for face_recognition package?

I assumed the following, which doesn't seem to be working for me.

  1. Publish /camera/image_raw I'm using shows clearly my face
  2. rosrun face_recognition Fserver
  3. rosrun face_recognition Fclient
  4. rostopic pub -1 /fr_order face_recognition/FRClientGoal -- 2 "your_name" or other rostopic command that are mentioned in README.md.

Also, if successful, what result can I expect? In general, well-accepted ROS package description has "published topics" or similar section (e.g. http://wiki.ros.org/libuvc_camera#Pub... ).

(This question is redirected from a ticket)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-09-10 17:03:13 -0500

Pouyan gravatar image

The steps are correct. The above steps can be used to add your face to the database. Then, you can continue the tutorial to recognize faces. The package is based on actionlib , so you need to learn about actionlib to understand and use the face recognition package.

edit flag offensive delete link more

Comments

I have the same question, I did input the commands correctly, but I can't find any picture new in the date package.

michael_kong gravatar image michael_kong  ( 2017-03-09 01:48:04 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-09-10 16:23:08 -0500

Seen: 181 times

Last updated: Sep 10 '15