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 d108de8 commit 207380aCopy full SHA for 207380a
README_CN.md
@@ -115,7 +115,9 @@ print(result)
115
vis_im = vision.vis_detection(im, result, score_threshold=0.5)
116
cv2.imwrite("vis_image.jpg", vis_im)
117
```
118
-
+<details>
119
+<summary>C++ SDK快速开始</summary>
120
+
121
### C++ SDK快速开始
122
<div id="fastdeploy-quick-start-cpp"></div>
123
@@ -154,6 +156,7 @@ int main(int argc, char* argv[]) {
154
156
return 0;
155
157
}
158
159
+</details>
160
161
更多部署案例请参考[视觉模型部署示例](examples/vision) .
162
0 commit comments