Gal Metzer

Results 2 comments of Gal Metzer

Hi, it depends on which part of the algorithm consumes too much memory. If it's the dipole part, you can decrease [`max_pts`](https://github.com/galmetzer/dipole-normal-prop/blob/0887b893b153f4ce6b09e4dd485f9b042f15b706/field_utils.py#L11). if it's at the network part you can...

Good question, A common technique is to use marching cubes. We observed it doesn't work so well. Furthermore, coloring the mesh from the radiance field is not as simple as...