Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 628 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 628 Bytes

C3D

Pytorch implementation of Learning Spatialtemporal Features with 3D Convolutional Networks with temporal depth d=3.

The model

C3D is a Convolution Neural Network with a 3 dimensional (3 x 3 x 3) kernel which learns spatial-temporal information across multiple frames in the same video clip.

Requirement

  1. Pytorch 1.0 or above
  2. OpenCV 4.1 or above
  3. Python 3.6 or above

Prerequisites

  1. Clone the repo
$ git clone https://github.com/carriex/C3D.git
  1. Install the python dependency packages
$ pip install -r requirements.txt