wutong16 / Voxurf

[ ICLR 2023 Spotlight ] Pytorch implementation for "Voxurf: Voxel-based Efficient and Accurate Neural Surface Reconstruction"
Other
402 stars 28 forks source link

what is white_list? #16

Closed pyni closed 1 year ago

pyni commented 1 year ago

Hi. I wonder what is white_list? in your config files, it shows: white_list = [24, 40, 110] black_list = [37, 55, 63, 65, 69, 83, 97, 105, 106, 114, 118, 122]

But for dtu_scan24, dtu_scan40 and dtu_scan110, the background for their masks are still black: image So I think they still belong to black_list, right?

wutong16 commented 1 year ago

Hi, for all the masks, the foreground is white, and the background is black. white_list means that after we remove the background of the original image, we save the image with an RGB foreground and a white background.