Update README.md

This commit is contained in:
Jason
2022-08-18 17:52:11 +08:00
committed by GitHub
parent 525f909ce3
commit e0b0ced4c8

View File

@@ -89,6 +89,7 @@ wget https://gitee.com/paddlepaddle/PaddleDetection/raw/release/2.4/demo/0000000
<div id="fastdeploy-quick-start-python"></div>
```python
# GPU/TensorRT部署参考 examples/vision/detection/paddledetection/python
import cv2
import fastdeploy.vision as vision
@@ -106,6 +107,7 @@ cv2.imwrite("vis_image.jpg", vis_im)
<div id="fastdeploy-quick-start-cpp"></div>
```C++
// GPU/TensorRT部署参考 examples/vision/detection/paddledetection/cpp
#include "fastdeploy/vision.h"
int main(int argc, char* argv[]) {