Skip to content

Latest commit

 

History

History

visualize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Code for visualizing the anomaly scores, the skeletons, and the frames


Warning

It has not been tested with the latest package versions (cv2, matplotlib, ...), hence it may not work out of the box. You may use this as a starting point to create your own visualizations.

Notes on the files

The file extract_frames.py provides the code for saving the frames of an MP4 video as .jpg images.

The file vis.py provides the code to visualize the anomaly scores, the skeletons, and the frames.

The notebook visualize.ipynb provides examples and further comments.