├── README.md ├── result ├── kinetics_classnames.json └── structure.png ├── test.py ├── train.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leftthomas/SlowFast/HEAD/README.md -------------------------------------------------------------------------------- /result/kinetics_classnames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leftthomas/SlowFast/HEAD/result/kinetics_classnames.json -------------------------------------------------------------------------------- /result/structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leftthomas/SlowFast/HEAD/result/structure.png -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leftthomas/SlowFast/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leftthomas/SlowFast/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leftthomas/SlowFast/HEAD/utils.py --------------------------------------------------------------------------------