wzyforgit

Results 75 comments of wzyforgit

Mat(int w, int h, int d, int c, size_t elemsize, int elempack, Allocator* allocator = 0);

ncnn is open source, you can debug with source code. And if your model is trained by pytorch, please use pnnx to convert it to ncnn.

用opencv-mobile?主要是你前后处理这些绕不开,不用ocv也要用别的

> > 用opencv-mobile?主要是你前后处理这些绕不开,不用ocv也要用别的 > > 你看squeezenet 例子,我其实就想要这种,我只需要给个图,返回个结果,但在yolov8上不知道应该怎么处理 那其实没啥神秘的啊,就是自己手动实现相关的算法就行,或者直接抠opencv里面的代码过来 squeezenet那个demo无非就是在输入图片之前使用java去把图片裁切到标准尺寸而已

只是需要用的话可以去下现成的包:https://github.com/pnnx/pnnx/releases/tag/20240819