ENCP / CNNdroid

Open Source Library for GPU-Accelerated Execution of Trained Deep Convolutional Neural Networks on Android
MIT License
539 stars 181 forks source link

Can CNNdroid support R-CNN #20

Closed hirorogithub closed 7 years ago

hirorogithub commented 7 years ago

Hi,R-CNN was supported in caffe ,and CNNdroid seems to support caffe and almost all CNN ,but it actually support R-CNN?how can I get the exactly support list of CNNdroid?

latifisalar commented 7 years ago

Hi, Unfortunately, not yet. CNNdroid currently supports only plain CNNs like AlexNet or NIN. The ones like SqueezeNet or ResNet which have bypassing or convolution layers with different kernel sizes, are not supported yet. R-CNN is also not supported yet. Thanks

hirorogithub commented 7 years ago

thank you so much for your explain.