sshaoshuai / PointRCNN

PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019.
MIT License
1.71k stars 425 forks source link

Update roipool3d.cpp: Fix problem of version of pytorch #214

Closed OrangeSodahub closed 1 year ago

OrangeSodahub commented 2 years ago

Make this change:

AT_CHECK ===> TORCH_CHECK

And it will support higher version.