Vegeta2020 / SE-SSD

SE-SSD: Self-Ensembling Single-Stage Object Detector From Point Cloud, CVPR 2021.
Apache License 2.0
811 stars 128 forks source link

How to bulid it. #58

Closed stidk closed 2 years ago

stidk commented 2 years ago

I have tried many versions of python(3.6.5,3.6.10),pytorch(1.4.0,1.1.0,1.6.0,1.7.0),cuda(10.0,10.1,10.2),it does not work.Because of spconv,det3d and ‘python ./SE-SSD/tools/create_data.py’,i want to know what are you version of python,pytorch,cuda,cudnn.I have bulit it for a week.Please,who can help me.

kangzixiang commented 2 years ago

Did you succeed? I successfully deployed det3D, but the spconv is still fail. i want build it on windows, and i use pytorch 1.10, cuda 11.4, python 3.7.

kangzixiang commented 2 years ago

the det3D need modify some code for adaptation Windows.