测试完成代码

This commit is contained in:
琉璃月光
2025-08-18 16:54:29 +08:00
commit a38051e4dc
194 changed files with 3570686 additions and 0 deletions

12
Trace/README.md Normal file
View File

@ -0,0 +1,12 @@
# com_pose.txt 彩色图对齐深度图
# com_pose2.txt 深度图对齐彩色图
# 路径处理
使用model的Position类和Expection的code定义
## 获取世界坐标
```
def fun1(Detection_Position):
return Code, RealPosition;
```