sh1r0 / caffe-android-lib

Porting caffe to android platform
Other
510 stars 204 forks source link

Library running quite slow compared to TensorFlow #102

Open PKUEcho opened 7 years ago

PKUEcho commented 7 years ago

I just tested the library with model GoogleNet, which should be the same model of Tensorflow demo and it runs more than 10s for each image, which is much more than the TF demo. Is it because the caffe model doesn't scale the image size while the TensorFlow demo scales it to a relatively smaller one (224 * 224). Or there are some other things I've missed?

PKUEcho commented 7 years ago

@sh1r0 Really looking forwards to your response.