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

Question: Running Camera without face detection #79

Open
PaulaBras opened this issue Nov 10, 2024 · 3 comments
Open

Question: Running Camera without face detection #79

PaulaBras opened this issue Nov 10, 2024 · 3 comments

Comments

@PaulaBras
Copy link

Hello I am currently running this at autostart:

sleep 15 && /mnt/system/usr/bin/sample_vi_fd /mnt/cvimodel/scrfd_768_432_int8_1x.cvimodel > /dev/null 2>&1 &

But face detection is enabled. Is there a cvimodel that does not have the face detection enabled, or is there a flag to disable it?
Thanks for the help.

@zwyzwm
Copy link
Contributor

zwyzwm commented Nov 13, 2024

Hello, you can modify the code to remove the picture frame and face detection, leaving only the real-time streaming effect

@PaulaBras
Copy link
Author

Can you help me find the code, since I haven't found through this?

@zwyzwm
Copy link
Contributor

zwyzwm commented Nov 13, 2024

https://milkv.io/zh/docs/duo/application-development/tdl-sdk/tdl-sdk-introduction After you modify it, you can refer to how to compile it . The code is in this path, /host-tools/cvitek-tdl-sdk-cv180x/sample/cvi_tdl

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