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

How did you filter out some of the detected skeletons? #35

Open chamecall opened 2 years ago

chamecall commented 2 years ago

Hello again) I decided to use some other pose estimation detector on video from Avenue dataset (01 testing video). I've obtained many more skeletons than you have in your ready masks.

So as an example for the same 01 testing video for the first frame I've obtained the following poses image

while you have only one pose detection for that frame across all the csv masks image

so the questions are:

I'm asking just because I get abnormal scores for some of these skeletons that aren't present among your masks. Thanks in advance.

RomeroBarata commented 2 years ago

Hi chamecall,

If I remember correctly, the only criterion I used to filter out skeletons was if their trajectory was too short. This is the method to filter and some of its use here.

Kind regards, Romero