Pre-trained models availability
Closed this issue · 3 comments
Hello, thank you for your excellent work! When will the pre-trained models be available?
There is no pretrained weight file in the repo. So, I trained this model myself. I share it, so please use it.
https://drive.google.com/drive/folders/1ejrdlaXiriUrM67Oy0a9ccUx8nQYDt6a?usp=sharing
Check the following when running the test code.
- If a data type
np.int
error occurs, you should modify line 123 in rginp.py.np.int
tonp.int32
- In README, test images are
sample.jpg
, but it actually works only when they are28000.jpg
like CelebA_HQ dataset.
Hi gibiee,
How well your model performs?
and what does point 2. "In README, test images are sample.jpg, but it actually works only when they are 28000.jpg like CelebA_HQ dataset." means? does it mean that I should have 28000 images as test images, only then it will work?
@Mr-Nobody-dey
When I tested, the results seem natural. But, I don't know if it reflected the reference image sufficiently.
And point 2 means just file naming. It should be named by number because code will load the label data by the number.