* readme.md
* customModels.md
* multipleInferences.md
This commit is contained in:
Marcos Luciano
2020-12-21 11:55:42 -03:00
parent 03740debe9
commit 13a84060cf
3 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Multiple YOLO inferences
How to use multiples GIE's on DeepStream
1. Donwload [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).
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).
4. Copy and remane each obj.names file to labels.txt in each inference directory (pgie, sgie*), according each inference type.