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.41k stars 771 forks source link

caffe2tnn 转换FaceBoxes模型,第一层卷积就报错 #525

Closed zacks417 closed 4 years ago

zacks417 commented 4 years ago

image 采用如图转换faceboxes,第一层卷积报错 faceboxes的prototxt和caffemodel均采用作者开源模型

faceboxes_models.zip

1627180283 commented 4 years ago

可以按 QQ 上讨论的方案进行尝试

1627180283 commented 4 years ago

可以按 QQ 上讨论的方案进行尝试

https://github.com/zisianw/FaceBoxes.PyTorch 使用 pytorch 版的代码即可

zacks417 commented 4 years ago

已完成测试,正在封装faceboxes的类接口