fengluodb / RangeSeg

RangeSeg: Efficient Lidar Semantic Segmentation on Range view
MIT License
30 stars 5 forks source link

安装torchsparse失败 #6

Open liu1037342030 opened 8 months ago

liu1037342030 commented 8 months ago

感谢作者优秀的工作!ERROR: Could not build wheels for torchsparse, which is required to install pyproject.toml-based projects 我尝试去torchsparse的官方github进行离线下载,发现离线的下载地址无法打开

Micheal-K commented 6 months ago

感谢作者优秀的工作!ERROR: Could not build wheels for torchsparse, which is required to install pyproject.toml-based projects 我尝试去torchsparse的官方github进行离线下载,发现离线的下载地址无法打开

I'm having the same problem. After careful comparison, I realized it was because the official code for torchsparse was updated, but rangeNet still used the old code as an import.

So I would also to know, if Author can modify the code of RangeNet.