您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. xyz-ply.py

  2. import numpy as np # Function to create point cloud file def create_output(vertices, colors, filename): colors = colors.reshape(-1, 3) vertices = np.hstack([vertices.reshape(-1, 3), colors]) np.savetxt(filename, vertices, fmt='%f %f
  3. 所属分类:深度学习

    • 发布日期:2020-10-18
    • 文件大小:1024
    • 提供者:weixin_46974529