Tencent / TNN

TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and performance optimization for mobile devices, and also draws on the advantages of good extensibility and high performance from existed open source efforts. TNN has been deployed in multiple Apps from Tencent, such as Mobile QQ, Weishi, Pitu, etc. Contributions are welcome to work in collaborative with us and make TNN a better framework.
Other
4.39k stars 768 forks source link

请问支持yolov4或者yolov4-tiny吗 #300

Open lq0104 opened 4 years ago

hufangjian commented 4 years ago

可以对比一下算子。yolov4就一个特殊的mish 函数 其他的算子都是经典的。TNN好像支持mish,如果不支持的话,可以改成relu我训练过,精度差距不是很大。另外也可以使用yolov5。模型比较小点。