Tencent / ncnn

ncnn is a high-performance neural network inference framework optimized for the mobile platform
Other
20.09k stars 4.13k forks source link

examples/yolact.cpp xmemory ::operator delete(_Ptr, _Bytes); 出错 #1712

Open liulai opened 4 years ago

liulai commented 4 years ago

thinkpad x270 cpu:Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz 2.71GHz GPU:inter(R) HD graphics 620

ex.extract("619", maskmaps);// 138x138 x 32

ex.extract("816", location);// 4 x 19248
ex.extract("818", mask);// maskdim 32 x 19248
ex.extract("820", confidence);// 81 x 19248

maskmaps,location,mask,confidence都能正常提取 后面运行报错了

image

image

测试图片: 0_Parade_marchingband_1_5

piaoliuping123 commented 4 years ago

你好,你后来实现了吗?在我这边检测速度为一张图片1.5s

piaoliuping123 commented 4 years ago

qq:975966355

shaoxiang commented 4 years ago

我在 jetson nano上 480x360 跑下来1.7秒左右一帧,有办法再提速吗?