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

does it support Fully Convolutional Network? reshape the input image #32

Open xhsoldier opened 7 years ago

xhsoldier commented 7 years ago

Fully Convolutional Network(FCN) needs reshape the model before the input the different dimension images. Does CNNDroid support reshape the model?

such as: https://github.com/BVLC/caffe/blob/master/examples/net_surgery.ipynb converting Convolutional Network to FCN.