8000 GitHub - casperZB/CMSIL: This is an official PyTorch Implementation of 'CLIP-Driven Multi-Scale Instance Learning for Weakly Supervised Video Anomaly Detection' in [ICME 2024]
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ CMSIL Public

This is an official PyTorch Implementation of 'CLIP-Driven Multi-Scale Instance Learning for Weakly Supervised Video Anomaly Detection' in [ICME 2024]

License

Notifications You must be signed in to change notification settings

casperZB/CMSIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSIL

This is an official PyTorch Implementation of "CLIP-Driven Multi-Scale Instance Learning for Weakly Supervised Video Anomaly Detection" in ICME 2024.

Training

Setup

Please download the extracted I3D features for XD-Violence and UCF-Crime dataset from links below:

XD-Violence I3D onedrive

UCF-Crime I3D onedrive

After downloading, please put it in the data/ folder (No need to unzip)

Train and Test

# For XD-Violence
python train.py --zip_feats data/xdviolence_i3d_w16_s16.zip --amp


# For UCF-Crime
python train.py --zip_feats data/ucfcrime_i3d_roc_ng_w16_s16.zip --amp

Quote

@inproceedings{vad_cmsil,
  author       = {Qian, Zhangbin and Tan, Jiawei and Ou, Zhilong and Wang, Hongxing},
  title        = {CLIP-Driven Multi-Scale Instance Learning for Weakly Supervised Video Anomaly Detection},
  booktitle    = {2024 IEEE International Conference on Multimedia and Expo (ICME)}, 
  pages        = {1--6},
  year         = {2024}
}

About

This is an official PyTorch Implementation of 'CLIP-Driven Multi-Scale Instance Learning for Weakly Supervised Video Anomaly Detection' in [ICME 2024]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0