-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to get three channel output from IDWT? #3
Comments
Thenk you for openning this issue. I see the problem, for now I will recommand you to do the dwt for each channel separatly. |
Thanks. That is what I am doing now. It would be of help if it can be generalized for n-channel inputs. Thanks again. |
Any updates on this? I would like to be able to use this for a project I am working on. I am able to get the right numbers for the output, but the shape seems to be wrong. Here's the code i am using to test it out
|
Thanks, I added a fix for the shape issue and added a test for it :) tensorflow-wavelets/src/test.py Line 107 in 35d9f81
|
I have a three-channel image (RGB). While performing IDWT using the coefficients obtained from DWT, I got one channel output. Can you please let me know how to obtain three-channel output from IDWT?
The text was updated successfully, but these errors were encountered: