Update multipleInferences.md
This commit is contained in:
@@ -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.)**
|
||||
**During test process, engine file will be generated. When engine build process is done, move engine file to respective GIE folder (pgie, sgie1, etc.)**
|
||||
|
||||
Reference in New Issue
Block a user