Roc-Ng / DeepMIL

Real-world Anomaly Detection in Surveillance Videos CVPR2018 UCF-Crime dataset
119 stars 11 forks source link

gt-ucf.npy #5

Closed RishabhAttri closed 3 years ago

RishabhAttri commented 3 years ago

What does gt-ucf.npy represent?

Roc-Ng commented 3 years ago

It's the groundtruth of test frames.

RishabhAttri commented 3 years ago

Why is the shape of groundtruth 16 times the frame size?

Roc-Ng commented 3 years ago

The feature extractor (I3D or C3D) takes 16 frames as an input and extract a snippet feature.

RishabhAttri commented 3 years ago

Thanks a lot!

The feature extractor (I3D or C3D) takes 16 frames as an input and extract a snippet feature.