Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sayakpaul/action-recognition-in-tensorflow

Contains additional materials for two keras.io blog posts.
https://github.com/sayakpaul/action-recognition-in-tensorflow

action-recognition cnn-rnn keras sequence-models tensorflow transformers ucf-101 video-classification video-models

Last synced: 14 days ago
JSON representation

Contains additional materials for two keras.io blog posts.

Awesome Lists containing this project

README

        

# Action-Recognition-in-TensorFlow
Contains additional materials for the following keras.io blog posts:

* [Video Classification with a CNN-RNN Architecture](https://keras.io/examples/vision/video_classification/)
* [Video Classification with Transformers](https://keras.io/examples/vision/video_transformers/)

## Notebooks
* `Data_Preparation_UCF101.ipynb`: Performs the initial data preparation steps on the [UCF101 dataset](https://www.crcv.ucf.edu/data/UCF101.php).
* `Data_Prep_Transformers.ipynb` Performs additional data preparation steps for Transformers.
* `Video_Classification.ipynb`: Original notebook submitted for the [PR](https://github.com/keras-team/keras-io/pull/478).
* `Video_Classification_w_Transformers`: Original notebook submitted for the [PR](https://github.com/keras-team/keras-io/pull/488).

## Acknowledgements
* François Chollet for providing guidance during the development.
* [ML-GDE](https://developers.google.com/programs/experts/) program for providing GCP credits that helped me run the initial experiments.