marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

Run two yolov5 models parallelly in deepstream #468

Open NishaniKasineshan opened 9 months ago

NishaniKasineshan commented 9 months ago

This repo has been helpful till date @marcoslucianops . I am trying run two yolov5 models simultaneously and get the results in the same frame window (1 pgie) or at least in two separate frame windows (2 pgie). As mentioned in https://github.com/marcoslucianops/DeepStream-Yolo/issues/80 do i need to try custom code to build the deepstream/gstreamer pipeline? If so can you guide me or are there any other solutions?