Skip to content

Commit 207380a

Browse files
authored
Update README_CN.md
1 parent d108de8 commit 207380a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README_CN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ print(result)
115115
vis_im = vision.vis_detection(im, result, score_threshold=0.5)
116116
cv2.imwrite("vis_image.jpg", vis_im)
117117
```
118-
118+
<details>
119+
<summary>C++ SDK快速开始</summary>
120+
119121
### C++ SDK快速开始
120122
<div id="fastdeploy-quick-start-cpp"></div>
121123

@@ -154,6 +156,7 @@ int main(int argc, char* argv[]) {
154156
return 0;
155157
}
156158
```
159+
</details>
157160
158161
更多部署案例请参考[视觉模型部署示例](examples/vision) .
159162

0 commit comments

Comments
 (0)