├── .gitignore ├── 3d-cnn-action-recog-keras-tensorflow.py ├── 3d-cnn-action-recog-keras.py └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | results 2 | -------------------------------------------------------------------------------- /3d-cnn-action-recog-keras-tensorflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ectsang/3D-CNN-Keras/HEAD/3d-cnn-action-recog-keras-tensorflow.py -------------------------------------------------------------------------------- /3d-cnn-action-recog-keras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ectsang/3D-CNN-Keras/HEAD/3d-cnn-action-recog-keras.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ectsang/3D-CNN-Keras/HEAD/README.md --------------------------------------------------------------------------------