dyelax / Adversarial_Video_Generation

A TensorFlow Implementation of "Deep Multi-Scale Video Prediction Beyond Mean Square Error" by Mathieu, Couprie & LeCun.
MIT License
734 stars 184 forks source link

What is PSNR error exactly? #28

Closed AdarshMJ closed 6 years ago

AdarshMJ commented 6 years ago

I know PSNR is Peak signal to Noise Ratio and higher PSNR value implies better the image generated. Is PSNR error and PSNR same? Or am I missing something?

dyelax commented 6 years ago

Yep, the function psnr_error in Code/utils.py just computes regular Peak Signal to Noise Ratio. Sorry for the confusing wording!

AdarshMJ commented 6 years ago

Thank you for clarifying this. I wanted to know whether its possible to calculate the AUC for the classifier?

dyelax commented 6 years ago

As of right now I don't have code in this project to compute the AUC. But if it's something you want, feel free to implement it and submit a PR!