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.17k stars 479 forks source link

To test with other video #54

Closed yoyo220 closed 6 years ago

yoyo220 commented 6 years ago

is the trained model saved? Can i use it to test with some other video?

harvitronix commented 6 years ago

Models are saved as checkpoints during training. You can see the demo.py script as a starter for testing it with other video. See #70.