ISVI icon indicating copy to clipboard operation
ISVI copied to clipboard

about trainning

Open Davidcoach opened this issue 2 years ago • 1 comments

hello, I wonder how to train your model and evaluate, looking forward to your reply.

Davidcoach avatar Oct 03 '22 02:10 Davidcoach

Currently, we don't plan to release the training code, but may upload that someday. The training code of ISVI is quite similar to FGT, you can modify the training code from FGT to train ISVI.

As for evaluation, as the paper indicates, we adopt PSNR, SSIM and LPIPS as the objective metrics. We utilize the corresponding functions from scikit-image to measure PSNR and SSIM, and the official repository to measure LPIPS.

hitachinsk avatar Oct 03 '22 04:10 hitachinsk