SimLOD
SimLOD copied to clipboard
Hi, I followed the README instructions to build and run: 1. Installed CUDA Toolkit 12.4 2. Run: ```sh mkdir build cd build cmake ../ -G "Visual Studio 17 2022" -A...
Hello, I am using vs 2022, win 10, cuda 12.4, the solution has been compiled successfully and I met an issue when I start to run it, the following error...
Error log [simlod-error-log.txt](https://github.com/m-schuetz/SimLOD/files/14003206/simlod-error-log.txt)
Right now, the binary release requires that users have specific CUDA versions installed. v11.8 works, v12 did not work for me without removing the [uint8_t typedef in utils.h.ch](https://github.com/m-schuetz/SimLOD/blob/de23f1cb51334726b4718979e461af2db258ffd8/modules/progressive_octree/utils.h.cu#L14). Ideally, users...
I found this repo through twitter and found it to be really nicely written and performant so I wanted to use it for 3d segmentation, using a method from a...