Chili
Results
2
comments of
Chili
> This is due to the API change. [chrischoy/FCGF#38](https://github.com/chrischoy/FCGF/issues/38) From MinkowskiEngine v0.5, the quantization function returns coordinates and indices. Replace `sel0= ME.utils.sparse_quantize(xyz0 / voxel_size, return_index=True)` with `_, sel0= ME.utils.sparse_quantize(xyz0 /...
Thank you, it works well!