-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于使用rangenet的问题 (Problem when using rangenet) #69
Comments
感谢使用我们的代码,这应该是torch版本的问题,可以参看rangenet的安装流程或者尝试我们的salsanext版本. |
刚刚看了一下我的torch:
然后咱们的requirement是: 应该是一致的把 |
pretrained模型下载了之后要先解压,从log文件来看,你好像在加载zip文件 |
您好,我使用这篇文章https://zhuanlan.zhihu.com/p/454415689,更新了一下pytorch版本,现在已经成功运行,就是运行的时候使用了cpu,您知道怎么切换回cuda吗 Cleaning point-clouds with kNN post-processing Infering in device: cpu |
您好,我在使用您的代码时,infer这步出现了如下问题:
Couldn't load backbone, using random weights. Error: ../../../data/model_rangenet_residual_1/backbone is a zip archive (did you mean to use torch.jit.load()?)
Couldn't load decoder, using random weights. Error: ../../../data/model_rangenet_residual_1/segmentation_decoder is a zip archive (did you mean to use torch.jit.load()?)
Couldn't load head, using random weights. Error: ../../../data/model_rangenet_residual_1/segmentation_head is a zip archive (did you mean to use torch.jit.load()?)
Infering in device: cuda
OMP: Warning #191: Forking a process while a parallel region is active is potentially unsafe.
OMP: Warning #191: Forking a process while a parallel region is active is potentially unsafe.
OMP: Warning #191: Forking a process while a parallel region is active is potentially unsafe.
但之后还可以生成prediction文件,并且在评估iou时,08序列res=1时为0.005(这个估计是错误的)您知道怎么回事吗
The text was updated successfully, but these errors were encountered: