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

the issue of visualisation.py #8

Closed Nano0073 closed 4 years ago

Nano0073 commented 5 years ago

How to perform real-time anomaly detection? Can I use a computer to connect to a USB camera for real-time anomaly detection? Is it using visualisation.py? I am a newcomer to deep learning and I am very interested in your research. I hope that you can take the time to answer my questions. Thank you.

RomeroBarata commented 4 years ago

Hi @Nano0073, Unfortunately the code doesn't support real-time anomaly detection. The visualisation.py file is mostly to generate some useful plots of the output generated by a pre-trained network (e.g. how the predicted skeletons look like, etc.).