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

Can this model be converted to pytorch? #2

Closed DarshanAwachat closed 3 years ago

DarshanAwachat commented 3 years ago

Can this model be converted to pytorch . I want to work in pytorch is it possible to convert this keras model to pytorch?

karolzak commented 3 years ago

If you're looking for C3D model implementations in PyTorch then just search for it: https://github.com/jfzhang95/pytorch-video-recognition https://github.com/DavideA/c3d-pytorch