Dear Community,
In face detection demo code of C6748 there is haar cascade datas of face.
If we go for nose detection or ear detection we need to generate classifier for that.
How to create those data ?
With regards,
Amlan
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Community,
In face detection demo code of C6748 there is haar cascade datas of face.
If we go for nose detection or ear detection we need to generate classifier for that.
How to create those data ?
With regards,
Amlan
Hi Amlan,
It is a good thought.
Actually to demonstrate the capability of the DSP processor, usually these demos were created and released.
What we have all in the demo is just that we have. This community members are good at solving processor related problems and not the algorithms used in these softwares. . This device forum is good for device-specific or hardware/driver questions.
As far as I know, there were no classifiers exists for nose /ear detection in this Face detect demo example. You have to try out your own by yourself.
All the best for your attempt. Share your experiences on how it goes and what you achieved on these requirement on Nose and ear detection. Might be useful for the future community members.