Closed ListIndexOutOfRange closed 2 years ago
Hi @ListIndexOutOfRange,
We used the marching cubes algorithm to extract the mesh completion results. There are many good implementations and I recommand the convolutional occupancy network repo for your reference.
Hi, thanks for your great work !
I don't quite understand how you obtain the completion results on ScanNet (Figure 4 of your article): as far as I understand, the model outputs implicit function values for ambiant points (that is, points uniformly sampled in the unit cube), so the output is simply one scalar values in [-1, 1] for each ambiant point. But it seems you obtain surfaces. Is that correct ? And if so, how is that done ?