├── README.MD ├── README_CN.md ├── Videos_to_frames_multiprocessing.py ├── anomaly_feature.yaml ├── clip2segment.py ├── dataset ├── Datasetloader.py ├── __pycache__ │ └── Datasetloader.cpython-35.pyc └── write_data_label_txt_new.py ├── dataset_creater.py ├── dataset_creater_C3D.py ├── feature_extract.py └── model_feature └── shanghaitech └── i3d └── feature.txt /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/README.MD -------------------------------------------------------------------------------- /README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/README_CN.md -------------------------------------------------------------------------------- /Videos_to_frames_multiprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/Videos_to_frames_multiprocessing.py -------------------------------------------------------------------------------- /anomaly_feature.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/anomaly_feature.yaml -------------------------------------------------------------------------------- /clip2segment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/clip2segment.py -------------------------------------------------------------------------------- /dataset/Datasetloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/dataset/Datasetloader.py -------------------------------------------------------------------------------- /dataset/__pycache__/Datasetloader.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/dataset/__pycache__/Datasetloader.cpython-35.pyc -------------------------------------------------------------------------------- /dataset/write_data_label_txt_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/dataset/write_data_label_txt_new.py -------------------------------------------------------------------------------- /dataset_creater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/dataset_creater.py -------------------------------------------------------------------------------- /dataset_creater_C3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/dataset_creater_C3D.py -------------------------------------------------------------------------------- /feature_extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/feature_extract.py -------------------------------------------------------------------------------- /model_feature/shanghaitech/i3d/feature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanboyang/anomly_feature.pytorch/HEAD/model_feature/shanghaitech/i3d/feature.txt --------------------------------------------------------------------------------