Wenchao-Du / LIR-for-Unsupervised-IR

This is an implementation for the CVPR2020 paper "Learning Invariant Representation for Unsupervised Image Restoration"
https://arxiv.org/pdf/2003.12769.pdf
98 stars 21 forks source link

About test.py? #8

Open Zruto opened 3 years ago

Zruto commented 3 years ago

Hello, I want to ask what is '/mnt/B290B95290B91E33/Dual_UNIT/outputs/unit_noise2clear-bn-Deblur/checkpoints/gen_00300000.pt' in test.py

Wenchao-Du commented 3 years ago

@Zruto you should firstly train the encoder and generator to produce the model file, and then the '.pt' file is used for testing.