YoloV8 on Khadas NPU (Related to Yolov11 on Khadas NPU)

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu

Which version of system do you use? Please provide the version of the system here:

20.04 on the VIM3, 18.04 on my PC workstation

Please describe your issue below:

As per our conversation in the previous thread on YoloV11, I have switched my pose detection model to YoloV8n-pose.pt. I am setting up a new venv on my PC workstation to handle the conversion (the conversion should be done on a PC, not on the VIM3, correct?).

I ran pip3 install torch==1.10.1 ultralytics==8.0.86 to make sure I am using the versions you recommended, since newer versions of those cause the same “operands could not be broadcast together” error that seems to be a common issue.

But ultralytics 8.0.86 doesn’t seem to have head.py, and the modules.py file that has the code looks nothing like what you say to change, so where do I make the modifications?

The model I’m using is located here