ekosman / AnomalyDetectionCVPR2018-Pytorch

Pytorch version of - https://github.com/WaqasSultani/AnomalyDetectionCVPR2018
172 stars 52 forks source link

Can I use features extracted from I3D? #239

Open htowa opened 1 month ago

htowa commented 1 month ago

Hi.

Thank you for providing this useful feature!

My question is, is it possible to apply the feature map (.npy) extracted from I3D and check the accuracy? The geometry extracted from I3D is as follows. (n/16, 1024) n/16 converts to 32 where n is the total number of frames in the video and 16 frames are one segment. 1024 is the feature size.