摘要: 点击查看代码 ''' @author: Xu Yan @file: ModelNet.py @time: 2021/3/19 15:51 ''' import os import numpy as np import warnings import pickle from tqdm import t 阅读全文
posted @ 2021-12-23 10:26 原来是只呆燕 阅读(381) 评论(0) 推荐(0)
摘要: 可视化的实例代码 1 点击查看代码 import pcl.pcl_visualization points = np.loadtxt(filepath,delimiter=',',dtype=np.float32).reshape(-1, 4)#这儿的filepath是有很多行数据的文件,每行数据有 阅读全文
posted @ 2021-12-23 10:17 原来是只呆燕 阅读(265) 评论(0) 推荐(0)