Hi, I was attempting to run the luxonis in standalone mode with the human-pose-estimation-0001 model from the zoo. I can't seem to find any references or documentation to directly get the keypoints of the model's output, and instead have to process the heatmaps and pafs after running the model. I wonder if this is intended behavior, or there exists a direct solution. I'm currently using the model in my pipeline as a NeuralNetwork node. Thanks!
Getting human-pose-estimation-0001 keypoints directly from the script node?
Hi! Thanks for getting back. It seems to me that post process relies a lot on the np/cv2 libraries inside of depthai's own handler.py for the human-pose-estimation-0001 model. However, I don't think I see that neither numpy nor cv2 is supported in Script's installed python modules. Is there any options other than doing postprocessing in host?