tianyu0207 / RTFM

Official code for 'Weakly-supervised Video Anomaly Detection with Robust Temporal Feature Magnitude Learning' [ICCV 2021]
324 stars 77 forks source link

Use pre-trained model #50

Open DungVo1507 opened 3 years ago

DungVo1507 commented 3 years ago

Hi @tianyu0207, If I want to use ShanghaiTech's pre-trained model I just need to put the path to shanghai_best_ckpt.pkl at --pretrained-ckpt argument in option.py file, right? Thank you so much!