-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mesh style artifacts on new scale 2x model #125
Comments
Yes. That is known issue what i mentioned and tried to fix. |
Thanks for your explanation. Noise-free training output with downscaled input, it dose make sense the network never see such slight video coding noises. |
this. current noise1 supports jpeg image input that jpeg compression quality is uniform(65, 85). and a user mentioned me 'we need more weak noise reduction filter'. I agree that because of jpeg compression quality, uniform(65, 85) is not very high quality. I will add noise0 that supports jpeg quality around uniform(85,95)? (i am still not considering it. I never add noise**-1** filter). |
This happens on waifu2x caffe too (1.1.6) but this time it happens even greater than 2x scaling especially in UpRGB. With RGB noise then RGB scaling there's no mesh artifact |
Could you link image? or send email to me. |
http://www.pixiv.net/member_illust.php?mode=manga&illust_id=55542319 |
It seems that mesh artifact is amplified by repeatedly scaling with scale2x only model. |
Does that only apply to UpRGB scaling? Because I tried UpRGB denoise then RGB scale x8 I see no mesh artifact (at least to me). I might upload my results I have slow internet right now. |
I used only UpRGB model. |
Maybe here is more better for 8x.
or
no mesh artifact and result is very similar to above 8x scaling. |
The mesh disappeared on the 1st method while the 2nd method it is not noticeable unless you really really look closely. |
4x and 8x are not fully supported because this is waifu2x 😭 |
I updated 2x model 9563d84. (scale2.0x_model.json is for waifu2x-caffe) EDIT: I will update all 2x models, Please wait for few weeks ... |
Saw your new updated models. Do these new models without bias showing better performance in PSNR? |
No, I thought that the bias in last layer is strong correlation between the mean color of dataset and superresolution task should be more important the input image. so I removed it. but it does not improves performance (PSNR of bias/nobias are very close). |
Thanks so much for your explanation. I see your point 🔑 . |
PSNR of latest scale2.0x_model is higher than that of before one. I tried same change to train noise*_scale models but it did not improve PSNR and visual quality of the result image.
Those might be domain specific heuristic parameter. fanart/manga images are sparse(lots of white background area and few lines ). When using uniform patch sampling, average of pixel-wise loss of minibatches are the zero or low, and unstable. |
This issue is still not fully solved 😢 |
Now I've updated |
Still need to wait for w2x-caffe to be updated though... 👍 |
Maybe you can manually update waifu2x-caffe model with:
|
I updated and there's no more mesh artifact on the pixiv image 😌 Thanks.
|
Today when I try new scale model, I found some images showing some 45 degree mesh on the surface where should be smooth. I upload two sets of sample to here. The mesh is on the her face and white sleeve.
Is this what you mentioned
in another issue? Thanks.
The new model preview server seems down. I didn't test them on your server.
The text was updated successfully, but these errors were encountered: