├── Dataset.py ├── Datasets └── list │ ├── hmdb_split1_test.txt │ ├── hmdb_video_to_images.py │ └── ucf_video_to_images.py ├── Main.py ├── Models.py ├── README.md ├── Relation_Resoning_Simple.py ├── myresnet.py └── opts.py /Dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/Dataset.py -------------------------------------------------------------------------------- /Datasets/list/hmdb_split1_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/Datasets/list/hmdb_split1_test.txt -------------------------------------------------------------------------------- /Datasets/list/hmdb_video_to_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/Datasets/list/hmdb_video_to_images.py -------------------------------------------------------------------------------- /Datasets/list/ucf_video_to_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/Datasets/list/ucf_video_to_images.py -------------------------------------------------------------------------------- /Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/Main.py -------------------------------------------------------------------------------- /Models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/Models.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/README.md -------------------------------------------------------------------------------- /Relation_Resoning_Simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/Relation_Resoning_Simple.py -------------------------------------------------------------------------------- /myresnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/myresnet.py -------------------------------------------------------------------------------- /opts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhenxingZheng/S-TPNet/HEAD/opts.py --------------------------------------------------------------------------------