hello
i am trying to combine age & gender demo with emotion using OAK-D lite.
Age and gender image manip requires 62X62 cropped image size where as emotion requires 64X64.
i have created 2 node scripts for age/gender and emotion. but when i run the python script, the camera frame gets stuck on the first frame and program halts.
i looked at 2 stage inference demo and when i executed the main.py, it did not run as it has different camera initialization code.
Please download the demo python file to check my code;
[https://www.infokliks.com/detect.zip]
how do i implement this use case?
thanks
rex