@milayakiya 在 pointnextf复现遇见问题(自用) 中发帖
环境配置:①win11 WSL2 Ubuntu24.04 gcc 9.0.0 NVIDIA577.12
②cuda11.3 python=3.7 numpy=1.20 pytorch=1.11.1
设备:gtx 3070
遇见的问题和解决方法
主要参考以下文章
PointNet++升级版——PointNeXt 复现语义分割(全网最全)_pointnext复现-CSDN博客
【1】通过pip 或conda指令下载的cuda不完整,需要手动下载安装吧,进行安装tooklist11.3
【2】AttributeError: module ‘distutils’ has no attribute ‘version’
Python AttributeError: module ‘distutils‘ has no attribute ‘version‘_attributeerr...