SMY1999 Samuel Young
SMY1999 Samuel Young
i have a same problem RTX 3080 CUDA11.4 pytorch 1.7.0 but it returns : ImportError: libcudart.so.10.0: cannot open shared object file: No such file or directory
another method is useful: conda install mkl=2018 -c anaconda
I have solve this problem by adding the root directory. Locate and Go to the code by terminal output , then add code to complete the file_path with the absolute...
> > You can use `kaolin.ops.mesh.index_vertices_by_faces`, but it returns a tensor of size (batch, faces, vertices=3, features) instead of a class in old kaolin(v0.1). Thus you need to modify other...
Yes, I solved it. In fact, the root of the problem is that different versions of pytorch have different requirements for CUDA. You can install pytorch according to your own...
我想起来了,这个O-Net我后来就没有配置了,我去用deepsdf了; Message ID: ***@***.***>
我想起来了,这个O-Net我后来就没有配置了,我去用deepsdf了; torch ==1.12.1 CUDA 11.4 python 3.7.13 Message ID: ***@***.***>
对,就是环境的问题;deepsdf也只是跑通了而已,为了搞懂原理。感觉deepsdf的代码写的也比较好,网络结构很简单,不像O-Net那么多层。 筱阳 ***@***.*** ------------------ 原始邮件 ------------------ 发件人: "autonomousvision/occupancy_networks" ***@***.***>; 发送时间: 2023年3月17日(星期五) 上午8:07 ***@***.***>; ***@***.******@***.***>; 主题: Re: [autonomousvision/occupancy_networks] libcudart.so.9.0: cannot open shared object file: No such file or directory (#67) 我想起来了,这个O-Net我后来就没有配置了,我去用deepsdf了; torch ==1.12.1 CUDA...
加油吧。随便装个环境都得搞一周,最后还可能因为各种依赖、什么不匹配放弃。:) 筱阳 ***@***.*** ------------------ 原始邮件 ------------------ 发件人: "autonomousvision/occupancy_networks" ***@***.***>; 发送时间: 2023年3月17日(星期五) 中午11:05 ***@***.***>; ***@***.******@***.***>; 主题: Re: [autonomousvision/occupancy_networks] libcudart.so.9.0: cannot open shared object file: No such file or directory (#67) 对,就是环境的问题;deepsdf也只是跑通了而已,为了搞懂原理。感觉deepsdf的代码写的也比较好,网络结构很简单,不像O-Net那么多层。 筱阳 @.*** ...
我仔细看了deepSDF,因为是虚拟数据集,空间中任何一点到surface表面的距离都可以算出,这个就是GT label。 O-Net估计也是一个道理。 筱阳 ***@***.*** ------------------ 原始邮件 ------------------ 发件人: "autonomousvision/occupancy_networks" ***@***.***>; 发送时间: 2023年3月28日(星期二) 下午4:24 ***@***.***>; ***@***.******@***.***>; 主题: Re: [autonomousvision/occupancy_networks] libcudart.so.9.0: cannot open shared object file: No such file or directory (#67) Hi 筱阳,...