-
Notifications
You must be signed in to change notification settings - Fork 249
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
The generation of MPI #15
Comments
|
Thank you so much for your detailed and quick response! I checked the link of your code mentioned above, and may I ask one more question? I suppose the data with the shape of [h, w, d, 4] should be the MPI data. d in your case is 32. The first three channels are RGB and the last one is alpha, am my guess right? |
That's correct. |
Dear author, sorry to bother you again. As I looked back at your great job in details these days, I had several questions that I had not noticed.
|
Note on training on blending 2 but testing on blending ~5: |
Glad you figured it out. And yes, when we use two GPUs, the trainable variables are the same. |
Dear authors,
Many thanks for your excellent work and open-source code!
However I came up with some problems when I used my own dataset and tried to generate the MPI images.
The text was updated successfully, but these errors were encountered: