We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c1ed7 commit 290cef2Copy full SHA for 290cef2
Chapter 1 Hand Tracking/README.md
@@ -12,7 +12,7 @@
12
13
lm.x 和 lm.y 是关键点的归一化坐标,范围在 0 到 1 之间。通过乘以图像的宽度和高度,可以将它们转换为图像中的像素坐标
14
15
-mpHands.Hands 对象的参数:
+`mpHands.Hands()` 对象的参数:
16
17
```python
18
static_image_mode: 是否将每帧作为静态图像处理
Chapter 2 Pose Estimation/README.md
@@ -6,7 +6,7 @@
6
7
`results = pose.process(imgRGB)` 处理图像,检测姿势
8
9
-mpPose.Pose() 对象的参数
+`mpPose.Pose()` 对象的参数
10
11
static_image_mode=self.static_image_mode, # 静态图像模式设置
0 commit comments