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 164 forks source link

Modification of Sample app for a video #26

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi Guys, I'm trying to predict objects in a video. How do I modify the current demo app for video input? Should I extract frames from the video using ffmpeg and give the frame input to caffe? Please suggest If you have more comments on the design and the possible ways of implementation in Android.

Thanks, Poornima