mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00
[Streamer] Basic framework, YAML parser, ppyoloe demo and video decoder demo (#863)
* support trt installed in sys dir * streamer init * link elements and run * create source bin * add config * restruct dirs * set property * link elements * integrate perf * add bbox parser * parse yaml to string, video decoder * use try pull for decoder and nits * streamer ppyoloe cpp * update readme * video decoder cpp dir * add cn readme * update readme * cmake nits * refactor perf measurement
This commit is contained in:
20
streamer/examples/video_decoder/cpp/README_CN.md
Normal file
20
streamer/examples/video_decoder/cpp/README_CN.md
Normal file
@@ -0,0 +1,20 @@
|
||||
简体中文 | [English](README_EN.md)
|
||||
|
||||
# FastDeploy Streamer Video Decoder Example
|
||||
|
||||
## 编译和运行
|
||||
|
||||
1. 需要先FastDeploy Streamer, 请参考[README](../../../README.md)
|
||||
|
||||
2. 编译Example
|
||||
```
|
||||
mkdir build && cd build
|
||||
cmake .. -DFASTDEPLOY_INSTALL_DIR=[PATH-OF-FASTDEPLOY-INSTALL-DIR]
|
||||
make -j
|
||||
```
|
||||
|
||||
3. 运行
|
||||
```
|
||||
cp ../streamer_cfg.yml .
|
||||
./video_decoder
|
||||
```
|
Reference in New Issue
Block a user