ros-perception / opencv_apps

http://wiki.ros.org/opencv_apps
64 stars 70 forks source link

Do not pefrom face recognition process without the trained data #91

Closed tongtybj closed 5 years ago

tongtybj commented 5 years ago

Add a check line in callback function to decide whether to perform the face recognition, according to the size of the label mapper. Refer to #90 .

Any suggestion to add a test code for the training phase