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.
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.