Skip to content

Sample Application to run YoloV3-Tiny Model with the Deepstream Python Binding

License

Notifications You must be signed in to change notification settings

manzinge/Deepstream-Python-YoloV3-Tiny

Repository files navigation

Prequisites:
- DeepStreamSDK 5.0
- Jetpack 4.4
- Python 3.6
- Gst-python

To run the test app:
  $ python3 deepstream_test_1.py <h264_elementary_stream>

Q: What if I want to use more than 1 Class
A: Modify the PGIE_CLASS Ids in the deepstream_test_1.py, the object and the number
   of classes in the config (dstest1_pgie_config-yolo.txt)

Q: My Stream is lagging 
A: Set the sink property to 0 which will result in smoother framerate
   but also give you slightly off boxes (on the display)

About

Sample Application to run YoloV3-Tiny Model with the Deepstream Python Binding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages