Hi rb210002
It is incredibly difficult to debug this code since i'm not getting the full picture of what might be going on.
Few questions:
- "However, a few seconds later the program stops working and I'm not able to classify the key points." So the program exits or just freezes. In case it freezes, I would check the resources (shaves, cmx) you are using for the pipeline, since it might be that you are pushing it too hard. You can do that by running
DEPTHAI_LEVEL DEBUG python3 <name of file>
- Is the script correctly forwarding data from pc_nn? It looks like the script queue could be congested which would prevent anything from going out.
Perhaps try checking if pose classification works on the host (the rest of the pipeline should remain on the device).
Thoughts?
Jaka