vishwa91 / wire

wavelet implicit neural representations
MIT License
130 stars 15 forks source link

About Image regression task #14

Open skxgogo opened 10 months ago

skxgogo commented 10 months ago

When I used your code of WIRE, I found that although the output of your model is fine in details but the color is not correct even like a gray image. I have reproduced much INRs models and there is no such questions. Can you share your code about image regression task?

vishwa91 commented 10 months ago

@skxgogo do you mean image representation? If so, can you try this: https://github.com/vishwa91/wire/blob/main/wire_image_denoise.py

You can set tau (line 34) to a very large value, like 1e8. That will create a regression/representation code.