victoryc

Results 7 comments of victoryc

I also get this error saying "alloca.h" not found when I include bx.h in my source file and build it in VS 2019. What is the simplest solution people have...

It will be nice to support 3D semantic labeling and 3D instance segmentation, along with sparse convolution functionality. Some examples of items that would be good to have are: -...

I see that the last comment in this thread is from May 2020. Since then, has anybody gotten this to work on Windows?

I also ran into a need for something like this. Specifically, what I need is the analog of torch.nn.functional.interpolate with mode='nearest' for upsampling.

I did try removing anything else being drawn by the application other than the point cloud and still got occasionally completely incorrect coordinate values.

Update: I hacked some code to use vtkWorldPointPicker instead of the vtkPointPicker used by PCL. With vtkWorldPointPicker, the coordinates are indeed coming out right. So, the bug seems to be...