Deepstream
Deepstream copied to clipboard
yolov5, yolov8, segmenations, face, pose, keypoints on deepstream
Deepstream deepstream-6.3-ubuntu20.04
-
Make sure that you install Deepstream 6.3 as shown in this Guide
-
Clone the repository recursively:
git clone --recurse-submodules https://github.com/bharath5673/Deepstream.gitIf you already cloned and forgot to use
--recurse-submodulesyou can rungit submodule update --init -
follow the instructions as shown in the repos..

DeepStream MultiModel

@ https://github.com/bharath5673/Deepstream/tree/main/DeepStream-Configs/DeepStream-MultiModel
ROI based counts on deepstream

@ https://github.com/bharath5673/Deepstream/tree/main/DeepStream-Python
Trajectory tracking on deepstream

@ https://github.com/bharath5673/Deepstream/tree/main/DeepStream-Python
Custom CNN to DeepStream in simple 3 steps

START @ https://github.com/bharath5673/Deepstream/tree/main/CNN-to-DeepStream
Deepstream ONNXified Quick DEMO
cd Deepstream
sh QuickDemo.sh
Deepstream multistreams, tiled, multimodels, customizations and extra configs
@ https://github.com/bharath5673/Deepstream/tree/main/DeepStream-Configs/testDeepstream Multimodels python

@https://github.com/bharath5673/Deepstream/blob/main/DeepStream-Python/deepstream_test_yolo_track_multimodel.py
Easy steps installation
@ https://gist.github.com/bharath5673/800a18cc7474ce9c22fda6deaaa98354Acknowledgements
Expand
- https://github.com/marcoslucianops/DeepStream-Yolo
- https://github.com/AlexeyAB/darknet
- https://github.com/WongKinYiu/yolor
- https://github.com/WongKinYiu/PyTorch_YOLOv4
- https://github.com/WongKinYiu/ScaledYOLOv4
- https://github.com/Megvii-BaseDetection/YOLOX
- https://github.com/ultralytics/yolov3
- https://github.com/ultralytics/yolov5
- https://github.com/DingXiaoH/RepVGG
- https://github.com/JUGGHM/OREPA_CVPR2022
- https://github.com/TexasInstruments/edgeai-yolov5/tree/yolo-pose
- https://github.com/ultralytics/ultralytics