Skip to content

Commit 290cef2

Browse files
committed
update
1 parent 19c1ed7 commit 290cef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chapter 1 Hand Tracking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
lm.x 和 lm.y 是关键点的归一化坐标,范围在 0 到 1 之间。通过乘以图像的宽度和高度,可以将它们转换为图像中的像素坐标
1414

15-
mpHands.Hands 对象的参数:
15+
`mpHands.Hands()` 对象的参数:
1616

1717
```python
1818
static_image_mode: 是否将每帧作为静态图像处理

Chapter 2 Pose Estimation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
`results = pose.process(imgRGB)` 处理图像,检测姿势
88

9-
mpPose.Pose() 对象的参数
9+
`mpPose.Pose()` 对象的参数
1010

1111
```python
1212
static_image_mode=self.static_image_mode, # 静态图像模式设置

0 commit comments

Comments
 (0)