hustvl / HAIS

Hierarchical Aggregation for 3D Instance Segmentation (ICCV 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error occurred during spconv installation

CatherineZhou53 opened this issue · comments

Hi, thanks for your excellent work. I tried to reproduce the result of the pretrained model on the test set of ScanNet v2.0. I followed the instructions in your repo to process the data and installation, but I faced this issue:
I am currently experiencing compilation errors with spconv 1.0 in Python 3.7, GPU version Pytorch 1.1, CUDA 10.1, gcc-5.4. In Python 3.7, GPU version Pytorch 1.1, CUDA 10.1, and gcc-5.4 environments, spconv2.3.3 was successfully installed by "pip install spconv", and an error occurred during HAIS model testing. The error was inferred to be caused by version mismatch. Spconv 1.2.1 was successfully installed in Python 3.7, CPU version Pytorch 1.8.1, CUDA 10.1, and gcc-7.5[1]. An error occurred when python import spconv[2]. What are the specific environmental conditions under which you can successfully run this algorithm?
1
2