I'm trying to run my own point clouds through the algorithm. The simplest is a box shape (with floor).

The conversion into `numpy` binary files seems to work. I computed planes using Mapple as instructed, and the code appears to find them.
number of planes: 7
number of cells: 22
However, I get no output .obj file.
cut performed: 0.00 s
cut_value: 0.00
number of extracted cells: 0
For reference, PolyFit works on the same .vg file.
I would appreciate any help troubleshooting this issue. Thanks!
I'm trying to run my own point clouds through the algorithm. The simplest is a box shape (with floor).
However, I get no output
.objfile.For reference, PolyFit works on the same
.vgfile.I would appreciate any help troubleshooting this issue. Thanks!