StevenLiuWen / ano_pred_cvpr2018

Official implementation of Paper Future Frame Prediction for Anomaly Detection -- A New Baseline, CVPR 2018
435 stars 126 forks source link

run demo #22

Closed LakyTT closed 5 years ago

LakyTT commented 5 years ago

Hi,thanks for your inspiring work. And I want to know how to run demo like in https://www.youtube.com/watch?v=M--wv-Y_h0A

LakyTT commented 5 years ago

looking forward to your reply

StevenLiuWen commented 5 years ago

@LakyTT We just run the inference.py and save the PSNR, SCORE, GTs and Predicted Frames, then we visualize all these by matplotlib.

nobody-cheng commented 4 years ago

SCORE is PSNR???

zachluo commented 4 years ago

@nobody-cheng We do not normalize PSNR to score for real application.