AnomalyDetectionCVPR2018-Pytorch
AnomalyDetectionCVPR2018-Pytorch copied to clipboard
Run Video_demo from extracted feature, not by feature extractor
Hi, :)
I'm trying to running 'video_demo.py' Not using the 'Feature extractor', but using 'extracted features'
Because I want to implement i3d to your project, BUT I only have I3D-extracted-UCF-Crime-features(.npy files by clip)
So, in conclude, I want to try following methods.
"Skip the feature extractor and feature method argument in the 'video_demo.py' and just give them extracted feature and ad_model."
Is there any suggestion or guideline to modify the code to do that? or Is it could be even possible ?
This is possible. It would require calling a dedicated function in line 238 of video_demo.py, instead of calling features_extraction.
@Dev-ori
I added this new feature now. You can simply load a feature file after you load a video:

Enjoy!
@Dev-ori
I added this new feature now. You can simply load a feature file after you load a video:
![]()
![]()
![]()
![]()
Enjoy!
This is awesome ! Santa . good luck!