kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

SPC: support creation with empty octrees.

Open orperel opened this issue 2 years ago • 2 comments

Creating a SPC with an empty octree of 0 LODs (octree is a tensor of [0]) fails.

Suggested fix: update kaolin.ops.spc.scan_octrees to return an empty torch.Tensor when octrees is a tensor of [0].

orperel avatar May 01 '23 13:05 orperel

I face the same problem. Besides I found that spc at any level of LOD with octrees all empty ( that is, spc.octrees = [0,0,0,0,...,0]) is not supported. Now I have to judge this situation by summation.

sparse-mvs-2 avatar Apr 23 '24 09:04 sparse-mvs-2