RomeroBarata / skeleton_based_anomaly_detection

Code for the CVPR'19 paper "Learning Regularity in Skeleton Trajectories for Anomaly Detection in Videos"
132 stars 49 forks source link

Questions about labels #22

Closed usamahjundia closed 4 years ago

usamahjundia commented 4 years ago

Hello romero. First of all, thank you for the amazing work!

Recently, i tried porting the whole pipeline to be suitable for use for real-time detection. In order to test my port, i also implemented some "Fake" stream to visualize the skeletons, to visualize when does an anomaly happen (by the help of the GT anomaly mask) and for each timestep accumulate skeletons for each IDs to count the reconstruction score.

What i want to know, do you have labels for which GT entity / trajectory is causing the frame to be anomallous?

I tested on ShanghaiTech test dataset, video 0014 under folder 01, and on the anomalous frames, there are 2 entities i thought would cause the anomaly but can not decide which is the one causing anomaly because i dont have info on GT trajectory-level label

RomeroBarata commented 4 years ago

Hi @usamahjundia,

I don't have entity-level anomaly mask but the original dataset comes with pixel-level mask, which you could use to check the anomalies similarly.

Kind regards, Romero

usamahjundia commented 4 years ago

thanks! i should've read more thoroughly next time.