philipperemy/keras-tcn

Video processing recommendations

miaoweiwei opened this issue · 1 comments

I read the source code and found that the project is currently unable to process video, it is recommended to increase the function of processing video

@miaoweiwei I uploaded an example to demonstrate how to do video processing with a RNN network: https://github.com/philipperemy/keras-tcn/blob/master/tasks/video_classification.py

It's a simple one. If you have time, it'd be great if you can make a pull request by changing this dummy data loader to something that makes more sense such as:

Useful links: