km2ii / JVP_TG-PLUS

This is enhanced mod for javplayer, enhance the effect after removing mosaic.
302 stars 64 forks source link

Super-resolution issue #184

Open Ezio76er opened 11 months ago

Ezio76er commented 11 months ago

Some of the exported images become completely black and the mosaic in that part of the movie will just be painted black. I don't know if this is due to insufficient Vram or just the poor quality of the movie. Can anyone teach me how to fix this? Update: I tried to process some high quality movies but still having the same issue.

km2ii commented 11 months ago

1.Try turning off fp16. 2.If using cunet, try to reduce the ct value, it should not exceed 2.

newborn2010 commented 11 months ago

I have same issues when dealing with esrgan-se. Not only it produces black frames but also ghosting and jittering ones. Turning off fp16 will reduce these errors but they still exist. And turning off fp16 has greatly reduced the speed of super-resolution procedure. Could you please make a time patch of last v0.3.03.20 version to keep it available for a while? I think this version is the most satisfying one so far.

1.Try turning off fp16. 2.If using cunet, try to reduce the ct value, it should not exceed 2.

Ezio76er commented 11 months ago

1.Try turning off fp16. 2.If using cunet, try to reduce the ct value, it should not exceed 2.

fp16 is off by default. Is there anything else I can do to solve this?