sh1r0 / caffe-android-demo

An android caffe demo app exploiting caffe pre-trained ImageNet model for image classification
https://github.com/sh1r0/caffe-android-lib
MIT License
255 stars 165 forks source link

demo for other caffe networks #36

Closed gaurav16gupta closed 7 years ago

gaurav16gupta commented 7 years ago

Hi, How can we achieve a similar application for other caffe networks?

sh1r0 commented 7 years ago

Hi @Stark123,

This project is no more than a basic demo app for caffe-android-lib, which aims at porting caffe to android. That is, as long as the model is supported by official caffe, it "should" be okay to be used via caffe-android-lib as well. You could go through this simple app first as an overview.

Thanks.

sh1r0 commented 7 years ago

Could be reopened if needed.