Vegeta2020 / SE-SSD

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

train problem #42

Closed qrzeffort closed 3 years ago

qrzeffort commented 3 years ago

When I executed the instruction python train.py, an error is reported: Traceback (most recent call last): File "train.py", line 14, in from det3d import version ImportError: cannot import name 'version'

I configured the environment according to the steps,