maxim0815

Results 3 issues of maxim0815

**Describe the bug** NaN's appear after some time. ************************************************************************************ **To Reproduce** I'm using the following to generate the sparse tensor out of some point cloud: ```python pts = x[:,:3] feat...

Hey thanks for the code. I don't want to draw attention to a bug here, but just mention a small thing. I just tried compiling pointops and ran into the...

Hey, the stride is given as argument: https://github.com/qijiezhao/pseudo-3d-pytorch/blob/09bba23a218d6a3019b31b4218b2159930294357/p3d_model.py#L12 but it does return the convolution with a stride of always one: https://github.com/qijiezhao/pseudo-3d-pytorch/blob/09bba23a218d6a3019b31b4218b2159930294357/p3d_model.py#L14 Same for conv_T. Thanks for sharing the code.