ros-perception / opencv_apps

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

face detect freezes after face is detected. #65

Closed anfederman closed 7 years ago

anfederman commented 7 years ago

I am running opencv_apps face_detect on an AMD 64 running Ubuntu 16.04 and Kinetic. Immediately after detecting a face, the terminal comes back with "init_done" the image of the face circle changes from purple to grey and then the whole image grays out. The face detection topics are still running, but no data is being echoed. As far as I can tell the process is still running, but kill -HUP or control-c terminates. camera data is still being transmitted.

I am not seeing any error messages. Any place in logs where I can look to trouble-shoot?


SUMMARY

PARAMETERS

NODES / face_detection (opencv_apps/face_detection)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found process[face_detection-1]: started with pid [3563] init done


anfederman commented 7 years ago

Additional information, after freeze, and init done message, all nodes still appear in rostopic list, however none are recieving any data, even the camera nodes.

No error messages in logs.

k-okada commented 7 years ago

thank you for reports, please try if #67 solves your problem