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

Skeleton trajectory dataset #36

Closed aytek03 closed 1 year ago

aytek03 commented 1 year ago

Hi @RomeroBarata

You use 34 joint points (17 x, y coordinates) but in alphaPose, they use MSCOCO keypoint dataset and it has 18 joint x,y joints.

Which joint coordinate did you not use?

Thanks

RomeroBarata commented 1 year ago

Hi @aytek03,

AlphaPose has two format options. You can see their specification here.

Kind regards, Romero

aytek03 commented 1 year ago

Hi @RomeroBarata

I missed that point.

Thanks,