sshaoshuai / PointRCNN

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

Add PyTorch1.2+ support #184

Open keineahnung2345 opened 3 years ago

keineahnung2345 commented 3 years ago

AT_CHECK -> TORCH_CHECK, ref: https://github.com/mrlooi/rotated_maskrcnn/issues/31

giangbang commented 3 years ago

thanks, i found the same problem in another repo and this works for me.

mickeyouyou commented 2 years ago

USEFULL