mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-20 07:24:42 +08:00
Update README.md
This commit is contained in:
@@ -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[]) {
|
||||
|
Reference in New Issue
Block a user