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 a1aa4ca commit bc79093Copy full SHA for bc79093
DeepStream/Readme.md
@@ -1 +1,8 @@
1
+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>
0 commit comments