From b7033026c886f765fe3c5b1e1e4b3b39dfedee64 Mon Sep 17 00:00:00 2001 From: Marcos Luciano Date: Mon, 21 Dec 2020 11:57:49 -0300 Subject: [PATCH] Update multipleInferences.md --- multipleInferences.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multipleInferences.md b/multipleInferences.md index 825de28..d4bb4c0 100644 --- a/multipleInferences.md +++ b/multipleInferences.md @@ -1,6 +1,8 @@ # Multiple YOLO inferences How to use multiples GIE's on DeepStream +## + 1. Download [my native folder](https://github.com/marcoslucianops/DeepStream-Yolo/tree/master/native), rename to yolo and move to your deepstream/sources folder. 2. Make a folder, in deepstream/sources/yolo directory, named pgie (where you will put files of primary inference). 3. Make a folder, for each secondary inference, in deepstream/sources/yolo directory, named sgie* (* = 1, 2, 3, etc.; depending on the number of secondary inferences; where you will put files of others inferences). @@ -182,4 +184,4 @@ To run your custom YOLO model, use this command deepstream-app -c deepstream_app_config.txt ``` -**During test process, engine file will be generated. When engine build process is done, move engine file to respective GIE folder (pgie, sgie1, etc.)** \ No newline at end of file +**During test process, engine file will be generated. When engine build process is done, move engine file to respective GIE folder (pgie, sgie1, etc.)**