Tencent / ncnn

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

ncnn可以支持SOLOV2吗 #2441

Closed junqiCao closed 2 years ago

junqiCao commented 3 years ago

@nihui,前段时间研究了一些ncnn调用yolact模型,但是发现yolact模型有检测泄露,能不能搞一下ncnn调用SOLOV2?

junqiCao commented 3 years ago

@nihui, 最近有开发ncnn调用SOLOV2的想法吗?

nihui commented 3 years ago

https://github.com/aim-uofa/AdelaiDet/tree/master/onnx

chingi071 commented 3 years ago

@nihui 請問這是指 SOLOV2 可以轉換為 .bin, .param 的意思嗎? 另外我想請問一下是否有 SOLOV2 inference 的 cpp 檔呢? 非常謝謝您。

nihui commented 2 years ago

https://github.com/DayBreak-u/SOLOV2_ncnn

nihui commented 1 month ago

针对onnx模型转换的各种问题,推荐使用最新的pnnx工具转换到ncnn In view of various problems in onnx model conversion, it is recommended to use the latest pnnx tool to convert your model to ncnn

pip install pnnx
pnnx model.onnx inputshape=[1,3,224,224]

详细参考文档 Detailed reference documentation https://github.com/pnnx/pnnx https://github.com/Tencent/ncnn/wiki/use-ncnn-with-pytorch-or-onnx#how-to-use-pnnx