sihyun-yu / PVDM

Official PyTorch implementation of Video Probabilistic Diffusion Models in Projected Latent Space (CVPR 2023).
https://sihyun.me/PVDM
MIT License
299 stars 15 forks source link

How to test encoder? #19

Closed xiefan233 closed 1 year ago

xiefan233 commented 1 year ago

I'm sorry, I'm a novice who has just started scientific research. After I have trained the encoder, how can I test it?

sihyun-yu commented 1 year ago

You can test the (auto)encoder by measuring psnr values or fvd values between ground-truth video clips and their reconstructions.