Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 585 Bytes

Continual I3D

Continual implementation of Inflated 3D ConvNet [ArXiv]

The code for this model is a port of this implementation modified to work as a continual inference network.

Pretrained models can be found here.

The code can execute both the regular clip-based inference as fell as the frame-based one.

Usage

See the scripts folder for usage examples.

Other options can be explored using

python main.py --help