flownet3d_pytorch icon indicating copy to clipboard operation
flownet3d_pytorch copied to clipboard

The pytorch implementation of flownet3d: https://github.com/xingyul/flownet3d

Results 6 flownet3d_pytorch issues
Sort by recently updated
recently updated
newest added

hi大佬,感谢你提供的这个版本。我在安装的时候,发现pointnet2中的knn部分会报ninja错误,但是我把knn部分删去之后就可以正常编译。

I followed https://github.com/hyangwinter/flownet3d_pytorch/issues/8 and replaced ```AT_CHECK``` and ```THCState_getCurrentStream(state)``` with ```TORCH_CHECK``` and ```at::cuda::getCurrentCUDAStream()``` respectively. But I get this error while running ```python setup.py install``` ![image](https://user-images.githubusercontent.com/33591258/123849942-0974a480-d937-11eb-89bd-fa765cd51b38.png) System: OS: Ubuntu 20.04 LTS Python...

sudo apt install libopenblas-dev pip install -U git+https://github.com/NVIDIA/MinkowskiEngine" I encounter issues as follows,could you help me? Building wheel for MinkowskiEngine (setup.py) ... error ERROR: Command errored out with exit status...

Hey, Really good job with the implementation! I am running into the following error when I try to use your implementation of the FlowNet3D: ``` CUDA kernel failed : invalid...

Can pertained model be applied to kitti dataset?

Hello, I am trying to implement the FlowNet3D used for kitti. As in here: [FlowNet3D](https://github.com/xingyul/flownet3d/blob/master/model_concat_upsa_eval_kitti.py) I am running into an error I can't get around: ``` File "/home/zuanazzi/PointCloudFlow/flownet3d_pytorch/util.py", line 396,...