chenhonghua / MVIP-NeRF

Other
13 stars 0 forks source link

Some questions about inp_rays #10

Open Arcxml opened 1 month ago

Arcxml commented 1 month ago
image

hello, I want to ask one more question. In this picture, you save the inpainted depth in your code, but in the following code, I don't see any steps to filter the content within the mask. Am I missing some code? I think the depth in the mask should be filtered.

chenhonghua commented 1 week ago

Hi, rays_inp is filtered by masks.

Please see the code in Line 713. You may need to update the code since I missed this line in the previous version.