yxuhan / AdaMPI

[SIGGRAPH 2022] Single-View View Synthesis in the Wild with Learned Adaptive Multiplane Images
218 stars 24 forks source link

Issues with Warpback #19

Closed tedyhabtegebrial closed 1 year ago

tedyhabtegebrial commented 1 year ago

Hi,

I was checking the warpback functionality. I am wondering 1) if you have the inpainted input views for the toy dataset, so that I can compare it with my outputs. 2) the range for the mask images, is not what I was expecting print min and max (inside the render_mesh function) gives the following. Is this expected ? if so how does this afffect the edgeconnect model later on?

mask range: tensor(-14.9876, device='cuda:0') tensor(6.9739, device='cuda:0')
mask range: tensor(-14.3851, device='cuda:0') tensor(27.4305, device='cuda:0')
mask range: tensor(-4.3844, device='cuda:0') tensor(3.6911, device='cuda:0')

Thanks in advance,