深度学习
qq_23968017
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ModuleNotFoundError: No module named ‘numpy._core‘
不是numpy的问题,原创 2025-09-07 10:34:53 · 568 阅读 · 0 评论 -
EIseg 的JSON 转其他mask颜色
EIseg的JSON文件转其他mask颜色转载 2022-12-07 15:34:35 · 262 阅读 · 0 评论 -
python修改xml 中的类别名
特别注意:修改类别名后,要更新树目录(updateTree.write(xml_path) # 更新树目录【否则修改无效】)# 文件导入import numpy as np import cv2 import os import matplotlib.pyplot as plt import time import os.path as osp import shutilimport xml.etree.ElementTree as ETrootpath = './VOC20原创 2021-08-29 15:54:56 · 299 阅读 · 0 评论 -
获取intel D435i 深度图像的深度距离单位
# Retrieves mapping between the units of the depth image and meters.pipeline = rs.pipeline()config = rs.config()profile = pipeline.start(config)# 返回深度单位depth_sensor = profile.get_device().first_depth_sensor()depth_scale = depth_sensor.get_depth_scale转载 2021-07-07 10:06:07 · 1666 阅读 · 0 评论
分享