WillingDil

Results 5 issues of WillingDil

安装成功之后 import pclpy 提示下面的错误 Traceback (most recent call last): File "", line 1, in File "D:\Python36\lib\site-packages\pclpy\__init__.py", line 3, in import pclpy.pcl as pcl ImportError: DLL load failed: 找不到指定的模块。

您好,我是在一篇SCNN中查看到这个代码中使用了poptorch,但是我在您这里好像没有看到windows环境下如何安装的步骤,想请教下您这个在Windows环境下可以配置吗?

您好,我想请问您放在google drive 里面的PU1K数据集压缩包,我解压出来之后看到数据集的后缀名中包含add_pugan的字样,我想请问下,这个数据集的表达意思是不是您在这个数据集中不仅仅是添加了PU1K数据集而且还添加了PUGAN数据集呢?

您好,我注意到您在代码中使用了Kinect.ply和lidar.ply这两个点云文件,请问下您能把这个两个文件分享一下吗? kinect_path = os.path.join(self.names[item], "kinect.ply") pc_kinect = open3d.io.read_point_cloud(kinect_path) sfm_path = os.path.join(self.names[item], "lidar.ply") pc_sfm = open3d.io.read_point_cloud(sfm_path)

WARNING:tensorflow:From /home/ubuntu/anaconda3/envs/zzy_data/lib/python3.7/site-packages/tensorflow/python/compat/v2_compat.py:101: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version. Instructions for updating: non-resource variables are not supported in the long term Scipy not supported!...