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

About sequences #60

Closed LZKSKY closed 6 years ago

LZKSKY commented 6 years ago

After I ran train_cnn.py, I ran train.py as you say. But there're some errors. ValueError: Can't find sequence. Did you generate them? And I checked the sequences file, and it's empty, but it should saved features, isn't it? I want to ask whether there're some code lost in train_cnn.py to save or some errors in train.py? And how should I do to edit it?

harvitronix commented 6 years ago

Hi @LZKSKY. You need to run extract_features.py to generate the features. It's separate from train_cnn.py.