Skip to content
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

face_recognition.launch #138

Open
qibo02 opened this issue Jun 20, 2022 · 1 comment
Open

face_recognition.launch #138

qibo02 opened this issue Jun 20, 2022 · 1 comment

Comments

@qibo02
Copy link

qibo02 commented Jun 20, 2022

Hi, I have problem when run face_recognition.launch
can you help me?.
Screenshot from 2022-06-21 01-11-46
.

@k-okada
Copy link
Contributor

k-okada commented Jun 21, 2022

you have to set something ike use_opencv3:=true use_opencv3_3:=true based on your opencv version

<arg name="use_opencv3" default="false" />
<arg name="use_opencv3_1" default="false" />
<arg name="use_opencv3_2" default="false" />
<arg name="use_opencv3_3" default="$(arg use_opencv3)" />
<arg name="use_opencv4" default="false" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants