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 csv file and online inference #2

Closed Cambrainnnnn closed 5 years ago

Cambrainnnnn commented 5 years ago

Hi, thanks for your inspiring work. I have few questions: How do i get the csv file of skeleton trajectories of all person? need to implementing the Hungarian algorithm? How do i make the online inference? looking forward to your reply

RomeroBarata commented 5 years ago

Hi @Cambrainnnnn, I've provided the .csv files for training and testing. The link for download is in the project README. I didn't implement code for online inference since all skeleton data were extracted before hand, and this suited my research purposes.