-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'yunet_detector' #5
Comments
Hi @AaronVG99 -- sorry for not seeing this report earlier!! do you still have the issue? the code might have changed quite a bit since then. |
I have the same problem: `~$ roslaunch hri_face_detect detect.launch rgb_camera:=usb_cam filtering_frame:=head_camera process[hri_face_detect-1]: started with pid [19539] How did you solve it? |
it looks like the |
I got the same above problem, how did you solve it. I clone hri_face detect from |
It runs smoothly on my machine. i.e. for ROS Noetic you can clone it like this
The problem with yunet_detector comes from where the python binding installation is. You can find the location of where your binding is with
This should return something like:
A temporary solution is to move the library to a folder that is actually sourced by
Now you can source the build with
and the node |
Last commit does not work.
Error:
The text was updated successfully, but these errors were encountered: