sshaoshuai / PointRCNN

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

Is there a version for RTX3070 with cuda11.1 and pytorch1.7.1 #195

Open HystericalHilb opened 3 years ago

HystericalHilb commented 3 years ago

thanks for your work, but when I run your code, I got the problem that the version of my pytorch is not suitable for this program.

liuhuaijjin commented 3 years ago

@HystericalHilb Hello, I am also 3090, you have solved the compilation problem

desailuoke commented 3 years ago

有解决办法吗?我现在也是cuda11,pytorch1.7.1。无法运行!

TIEHua commented 3 years ago

有解决办法吗?我现在也是cuda11,pytorch1.7.1。无法运行! Do yo solve this problem? I also tried the cuda10.2 and cuda10.1 but compilation still reports errors

dtjun commented 2 years ago

有解决办法吗?我现在也是cuda11,pytorch1.7.1。无法运行!

我在3080上复现了,可以参考一下https://blog.csdn.net/dtjun_sjtu/article/details/120577987?spm=1001.2014.3001.5501 I have reappearanced the code on device 3080, the block blog maybe help you. https://blog.csdn.net/dtjun_sjtu/article/details/120577987?spm=1001.2014.3001.5501

sondonghyo commented 2 years ago

有解决办法吗?我现在也是cuda11,pytorch1.7.1。无法运行!

我在3080上复现了,可以参考一下https://blog.csdn.net/dtjun_sjtu/article/details/120577987?spm=1001.2014.3001.5501 I have reappearanced the code on device 3080, the block blog maybe help you. https://blog.csdn.net/dtjun_sjtu/article/details/120577987?spm=1001.2014.3001.5501

Thanks, mate. Although I cannot speak chinese, google translator works good enough.

cxy-ccc commented 2 years ago

有解决办法吗?我现在也是cuda11,pytorch1.7.1。无法运行!

我在3080上复现了,可以参考一下https://blog.csdn.net/dtjun_sjtu/article/details/120577987?spm=1001.2014.3001.5501 I have reappearanced the code on device 3080, the block blog maybe help you. https://blog.csdn.net/dtjun_sjtu/article/details/120577987?spm=1001.2014.3001.5501

but some errors still occur, g++: error: /home/data/cxy/PointRCNN-master/pointnet2_lib/pointnet2/build/temp.linux-x86_64-3.6/src/pointnet2_api.o: no such file or directory g++: error: /home/data/cxy/PointRCNN-master/pointnet2_lib/pointnet2/build/temp.linux-x86_64-3.6/src/sampling.o: no such file or directory g++: error: /home/data/cxy/PointRCNN-master/pointnet2_lib/pointnet2/build/temp.linux-x86_64-3.6/src/ball_query.o: no such file or directory .......... error: command 'g++' failed with exit status 1