Xharlie / BtcDet

Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Apache License 2.0
195 stars 42 forks source link

AttributeError: module 'spconv' has no attribute 'SparseConv3d' #16

Closed pummi823 closed 2 years ago

pummi823 commented 2 years ago

Dear author: thanks for your wonderful work!!! my ubuntu is 20.04 and i follow the "spconv" , which say i can use "pip install spconv-cu113" to install spconv, and after this, i run your "python setup.py develop " and there is no wrong. But when i run the train.py, it raise wrong: AttributeError: module 'spconv' has no attribute 'SparseConv3d', this looks like "python setup.py develop" is actually failed (T T). Am i guess right? could you help me? look forward your response!!!!!!~

pummi823 commented 2 years ago

also, i run "import spconv", it is no wrong

Eaton2022 commented 2 years ago

btcdet is not support for spconv2.x version.

Xharlie commented 2 years ago

Are you sure you follow the instruction? I wrote v1.2.1 in all the commands