tianyu0207 / RTFM

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

Feature extraction results did not meet expectations #99

Open wzy1845 opened 1 year ago

wzy1845 commented 1 year ago

Thank you for your code! I ran the code very smoothly, but it did not achieve the expected effect after the run of feature extraction using this repo. The result of the SH dataset was only less than 70%. My reproduction steps are as follows:

  1. Use your code to extract i3D features
  2. Run Make_list_SH.py in RTFM 3.Train and test RTFM

Are there any steps I miss? thank you for your time