- Edited
hello depthai experts,
I am trying to put up a python script to do following tasks using OAK-D Lite (3 stage nn);
-- Face Detection
|__ Age / Gender Detection
|__ Expression Detection
The camera is rotated @ -90 degrees.
I have created a python script using gen2 age/gender/expression demo along with modifications to MultiMsgSync.py as per the code described in the link below;
detection script code;
MultiMsgSyncV2.py code;
The problems:
Some time it throws Processing failed, potentially unsupported config error.
if multiple faces are in front of the camera then msgs = sync.get_msgs() returns none and the script doesn't work there on i.e. it gets stuck on the last frame
The python scripts runs on OAK-D but on OAK-D Lite, it freezes after first 4-5 frames
I have following PR installed which has fix for the edge problem on the -90 degree rotated camera;
python3 -m pip install -U --prefer-binary --user --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local "depthai==2.15.4.0.dev+7ce594fa6a2b8437be7fef010a26b1eb5eb1fdf8"
I would highly appreciate if some expert can throw a light on where could be the problem in the code.
thanks
rex