I am using the pose_estimation.py example from hailo-rpi5-examples. I slightly modified the yolov8pose_postprocessing.cpp file in hailo-apps-infra repo (adjusted joint pairs and number of keypoints for my model). I compiled the .so files with the ./compile_postprocess.sh script. I am running into a
“Cannot load symbol: /home/aidan/Documents/hailo-apps-infra/hailo_apps_infra/…/resources/libyolov8pose_postprocess.so: undefined symbol: filter_letterbox”
error that I cannot solve. Any idea what it could be? Or is my method completely wrong.