karolzak / conv3d-video-action-recognition

My experimentation around action recognition in videos. Contains Keras implementation for C3D network based on original paper "Learning Spatiotemporal Features with 3D Convolutional Networks", Tran et al. and it includes video processing pipelines coded using mPyPl package. Model is being benchmarked on popular UCF101 dataset and achieves results similar to those reported by authors
MIT License
53 stars 10 forks source link

Import version for Tensorflow #8

Closed shreyabhadwal closed 2 years ago

shreyabhadwal commented 2 years ago

Hi Karol,

Is the repository built on Tensorflow version 1.something? I am running the code on the latest Tensorflow versions and it's showing me some weird errors which are mostly related to versioning.

karolzak commented 2 years ago

Hi @shreyabhadwal Yes, this repo is 3 years old. Same goes for the code and all the dependencies

shreyabhadwal commented 2 years ago

Ahh Thanks!