assafshocher / ZSSR

"Zero-Shot" Super-Resolution using Deep Internal Learning
Other
399 stars 102 forks source link

Question about weights of this model #32

Closed KennethWang1221 closed 3 years ago

KennethWang1221 commented 3 years ago

Hello could you provide the test model weights? I want to reference your method and test on my dataset, but I can not find your weights.

assafshocher commented 3 years ago

Hi, ZSSR trains on test time so there are no pre-trained weights. Just apply the procedure to your data. Thanks!

KennethWang1221 commented 3 years ago

Hi, so you mean, I need re-train ZSSR on my training data and then use it to test my data ?