12 2021 档案
摘要:安装 pip install prototxt_parser 代码 from prototxt_parser.prototxt_parser_main import parse def read_prototxt(file)->dict: with open(file, 'r') as f: ret
阅读全文
摘要:需求 读取包含pcd文件的文件夹路径 依次显示pcd点云 代码 #! /usr/bin/env python # -*- coding: utf-8 -*-# # # Name: Open3dShowPcd # Author: yunhgu # Date: 2021/12/22 9:07 # Des
阅读全文