Alex

Results 5 comments of Alex

The data was initially collected using UAV with some Velodyne lidar (not sure about the exact model though) but I'm using only parts of it (trees) to generate my own...

> @Shershebnev Could you tell me how to make inference using the weights provided by the author but on my custom pointclouds? It's been quite some time ago, but I...

I had the same issue with precompute_knns.py, solved by reducing the hardcoded batch size here https://github.com/mhamilton723/STEGO/blob/452ba7b65b441e1eee0a21a58b8c110b0bd72555/src/precompute_knns.py#L81 (256 -> smaller number)

Doing this `brew uninstall gcc` `brew install gcc --HEAD (this took around an hour on macbook pro 2017)` `mv /usr/local/bin/g++-HEAD /usr/local/bin/g++-9` has helped me, tested on python2.7, 3.4, 3.6 and...

@benfred that’s strange :( Which OSX version are you on? I’ve tried on High Sierra. Might as well try on Sierra later