first commit

This commit is contained in:
2025-07-29 13:16:30 +08:00
commit dca51db4eb
145 changed files with 721268 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;
```