philipperemy / keras-tcn

Keras Temporal Convolutional Network.
MIT License
1.89k stars 454 forks source link

Regarding the VideoClassification.py #175

Closed ShashiAdhikari closed 3 years ago

ShashiAdhikari commented 3 years ago

If we have to use our own video dataset to train the TCN, in videoclassification.py how can we do that? Any help with this will be appreciated thanks.

philipperemy commented 3 years ago

This repo is not something you plug and play. It's an implementation of the TCN architecture. To train it on your own videos, follow any tutorials on the internet and replace LSTM with TCN.