harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
MIT License
1.18k stars 478 forks source link

A more general demo script #105

Open sanshibayuan opened 6 years ago

sanshibayuan commented 6 years ago

Given a video path and a saved model (checkpoint), get the frames and extract features if needed, then produce classification predictions.

I'm new to Github, please let me know if there is anything unproper, Thanks!

harvitronix commented 5 years ago

Thanks a lot for this! Will do some testing and merge.