Closed ShashiAdhikari closed 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.
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.
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.