I'm having a problem with "layer Resize not exists or registered".
"Resize is a layer in my model, but ncnn shows that it does not exist or is not registered. How do I register this operator? Or how should I solve this problem?
I am currently deploying a yolov8 pose model. I have 1x3x320x320 at input and 1x36x2100 at output. the 36 dimensions are 4 values representing box plots, 5 category scores, and 3*9 coordinate points with x and y coordinates and visibility.
This is the .param.
Log
Problem
I'm having a problem with "layer Resize not exists or registered". "Resize is a layer in my model, but ncnn shows that it does not exist or is not registered. How do I register this operator? Or how should I solve this problem? I am currently deploying a yolov8 pose model. I have 1x3x320x320 at input and 1x36x2100 at output. the 36 dimensions are 4 values representing box plots, 5 category scores, and 3*9 coordinate points with x and y coordinates and visibility. This is the .param.
This is my code.