├── README.md ├── backbone.py ├── baseline_evaluate.py ├── cmn.py ├── config └── test_baseline.yaml ├── dataset.py ├── meta_template.py ├── otam.py ├── proto.py ├── save_features.py ├── test.py ├── tools ├── select_kinetics100.py └── write_kinetics100_txt.py ├── tsn_loader.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/README.md -------------------------------------------------------------------------------- /backbone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/backbone.py -------------------------------------------------------------------------------- /baseline_evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/baseline_evaluate.py -------------------------------------------------------------------------------- /cmn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/cmn.py -------------------------------------------------------------------------------- /config/test_baseline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/config/test_baseline.yaml -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/dataset.py -------------------------------------------------------------------------------- /meta_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/meta_template.py -------------------------------------------------------------------------------- /otam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/otam.py -------------------------------------------------------------------------------- /proto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/proto.py -------------------------------------------------------------------------------- /save_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/save_features.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/test.py -------------------------------------------------------------------------------- /tools/select_kinetics100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/tools/select_kinetics100.py -------------------------------------------------------------------------------- /tools/write_kinetics100_txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/tools/write_kinetics100_txt.py -------------------------------------------------------------------------------- /tsn_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/tsn_loader.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/FSL-Video/HEAD/utils.py --------------------------------------------------------------------------------