We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344727d commit 673cbb4Copy full SHA for 673cbb4
DeepStream/Readme.md
@@ -1,8 +1,9 @@
1
-This should be run in JetPack 4.4 / JetPack 4.4 G.A. with DeepStream 5.0 / DeepStream 5.0 GA .
+# This should be run in JetPack 4.4 / JetPack 4.4 G.A. with DeepStream 5.0 / DeepStream 5.0 GA .
2
3
1. Compile the custom plugin for Yolo
4
2. Convert the ONNX file to TRT with TRTEXEC / TensorRT
5
3. Change the model-engine-file in config_infer_primary_yoloV4.txt
6
4. In the deepstream_app_config_yoloV4.txt, change
7
a) source0 : uri=file:<your file> directory.
8
b) primary-gie : model-engine-file=<your_onnx_engine>
9
+# Note that for multi-batch, overhead is large owing to NMS is not used.
0 commit comments