vishwa91 / wire

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

About image display results #12

Open cxd0630 opened 10 months ago

cxd0630 commented 10 months ago

Hello, I reproduced CT and denoising, why are the results like this?

1 2
vishwa91 commented 10 months ago

Greetings,

This likely seems to be an artifact of matrix shape. Since there are three copies, it likely means that image -> vector -> image was not done correctly.

Hope that helps!