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

spconv question #73

Open laiyingxin2 opened 2 years ago

laiyingxin2 commented 2 years ago

Hello, when I execute this line of code: python tools/create_data.py kitti_data_prep --root_path=KITTI_DATASET_ROOT

I encountered this report error: ImportError: cannot import name 'spconv_utils'

Vegeta2020 commented 2 years ago

You may have to first install the module spconv from https://github.com/traveller59/spconv.

daxiongpro commented 2 years ago

You may have to first install the module spconv from https://github.com/traveller59/spconv.

I cannot install spconv1 successfully, how do you install it? 你好,我无论根据Det3D和traveller59/spconv,都无法安装spconv。请问你的安装步骤是怎样的呢?

laiyingxin2 commented 2 years ago

If you want to run this project successfully, what you should install is spconv1.2.1 not spconv1.0 or spconv2.*

LuYujing-97 commented 2 years ago

You may have to first install the module spconv from https://github.com/traveller59/spconv.

I cannot install spconv1 successfully, how do you install it? 你好,我无论根据Det3D和traveller59/spconv,都无法安装spconv。请问你的安装步骤是怎样的呢? 您好,请问您最终解决了这个问题吗

himanshuak commented 1 year ago

If you want to run this project successfully, what you should install is spconv1.2.1 not spconv1.0 or spconv2.*

Could you please list the steps to install that specific version. I am trying to run this project on google colab. Thanks in advance

twljm commented 1 year ago

I think this dockerfile will help you.

adnananouzla commented 1 year ago

Hello !

Did you succeed in installing spconv?

ajithvcoder commented 1 year ago

@adnananouzla that works