dvlab-research / SphereFormer

The official implementation for "Spherical Transformer for LiDAR-based 3D Recognition" (CVPR 2023).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install dependencies struggle

hatem-darweesh opened this issue · comments

Hi,
Thanks for the great work.
can you help guide me how to install the correct dependencies.

  1. Which Ubuntu version ?
  2. does it depends on specific nvidia driver?
  3. in the Environment section you mentioned using cu111 (torch==1.8.0+cu111) and in the same time cu114 (spconv-cu114==2.1.21) which create conflict.
  4. you are using python=3.7.9, is it installed alongside python 3.7.16 or from source.

Thanks again

To fix this, I had to install python 3.8 alongside 3.7 then install everything step by step,
and use cu111 instead cu114.
I haven't use alternate installation, just run python3.8 train.py ...