Closed apanand14 closed 1 year ago
By the looks of it, you are using another yolov8 model compared to the one at this repo. These errors indicate other layer names than the original ones. You can use Netron to look at the topology and find the correct names. However, it is not a guarantee that your model will work.
Yes. I'm using custom model. layer names I checked and exactly the same as it's required but thank you for the input. I will try to solve it.
I was loading the model wrongly. Working well now. Thank you for your input
I was loading the model wrongly. Working well now. Thank you for your input
Sorry, I'm facing the same issue now. Could you please explain in details how you managed to fix it and how do you load it correctly?
Still, you have the task (or nightmare) of porting your YoloV8 to ncnn. I've use a off-the-shelf model. No need to do anything on modifications the model. see: https://github.com/FeiGeChuanShu/ncnn-android-yolov8 and: https://github.com/Digital2Slave/ncnn-android-yolov8-seg/wiki/Convert-yolov8%E2%80%90seg-to-ncnn-model-step-by-step
Hello I'm trying inference with your script and some changes for yolov8 seg. But unfortunately I'm getting some error. If possible then can you please look into it and give me the hint where is the fault. Thank you in advance
Error looks like