From e0b0ced4c8a39e64c4ef3ea0299e73de209c53fd Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 18 Aug 2022 17:52:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd249378e..d1635ea11 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ wget https://gitee.com/paddlepaddle/PaddleDetection/raw/release/2.4/demo/0000000
```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)
```C++ +// GPU/TensorRT部署参考 examples/vision/detection/paddledetection/cpp #include "fastdeploy/vision.h" int main(int argc, char* argv[]) {