face_recognition package usage is unclear
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.
- Publish
/camera/image_raw
I'm using shows clearly my face rosrun face_recognition Fserver
rosrun face_recognition Fclient
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)