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 it process gray image to CNNdroid? #26

Closed eeric closed 7 years ago

eeric commented 7 years ago

it handled color image to myConv.compute(), however, can it process gray image ?

akbarxie commented 7 years ago

yes ,it can just chang the input for your need,and chang the network also.

latifisalar commented 7 years ago

Yes you can, your inputs will then have a single channel.