Armin Sams
Armin Sams
change "import spconv" to "import spconv.pytorch as spconv" inside: /network/segmentator_3d_asymm_spconv.py
and there's a fix for the whole file, since some other problems also occur. https://github.com/xinge008/Cylinder3D/blob/df586da89e6275b21370d46619409c42340e1401/network/segmentator_3d_asymm_spconv.py
i run the model with the following dependencies: from my dockerfile: # Install apt dependencies RUN apt update && apt upgrade -y RUN apt install -y git wget unzip libboost-all-dev...