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

get a classifier cascade parameters from original Cascase XML file #25573

Open
DatNguyen97-VN opened this issue May 12, 2024 · 0 comments
Open
Labels
feature question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org

Comments

@DatNguyen97-VN
Copy link

DatNguyen97-VN commented May 12, 2024

Describe the feature and motivation

i'm looking for Viola-Jones Face Detection Algorithm on an FPGA but can't get classifier cascade parameters as rect0,rect1,rect2 (rectangle type) and strongthresh, weaksthresh or weakstagenum from original cascade.xml (haarcascade_frontalface_default.xml)

Additional context

i expect classifier cascade parameters as:

x_rect0.hex y_rect0.hex w_rect0.hex h_rect0.hex weight0.hex
...
...
weakstagenum.hex
strongthresh.hex
weakthresh.hex
left_tree.hex
right_tree.hex

Please help me find out method for this problem.

Thank you,
DatNguyen

@asmorkalov asmorkalov added the question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org
Projects
None yet
Development

No branches or pull requests

2 participants