I am comparing the fps at batch size=8 between the yolov11m pose model downloaded from the Degerium Model Zoo and the yolov8m pose model already included in the hailo-apps-infra folder and am getting unexpected results.
I receive the expected 70+fps using the yolov8m pose .hef but am receiving <45fps when using the yolov11m pose .hef.
I expect higher fps when using the yolov11m pose model compared to the yolov8m given the efficiency gains for the yolov11m pose.
I compared both .hef files and they seem to be roughly the same size and fairly similar. Could this be explained with a difference in compilation flags? I have tried to compile and quantize the yolov11m pose model with Windows WSL but have had many issues. I also do not have access to a computer running Linux at the moment.
Thank you for your help!