Update multipleInferences.md
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Multiple YOLO inferences
|
# Multiple YOLO inferences
|
||||||
How to use multiples GIE's on DeepStream
|
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.
|
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).
|
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).
|
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user