Tencent / FeatherCNN

FeatherCNN is a high performance inference engine for convolutional neural networks.
1.21k stars 284 forks source link

请问是否支持ssd? #32

Open yulong112 opened 6 years ago

yulong112 commented 6 years ago

Did this framework support ssd detection network?

turbo0628 commented 6 years ago

Thanks for your interests. There are still operators missing for SSDs like prior-box. I'm still focusing on convolution operator performance. Those missing operators are not likely to get supported in quite a few days, as I'm not really using standard SSD networks. However, it's pretty easy to add operator support for FeatherCNN. You can try out with your own hands, and that's a lot of fun. Pull requests are always welcomed!