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

change config model from yolov5l to yolov8m #516

Open khosrooo opened 4 months ago

khosrooo commented 4 months ago

I want in the specific situation in my pipeline deepstream my config model change from
pgie.set_property('config-file-path', "/home/Downloads/DeepStream-Yolo/config_infer_primary_yoloV5l_car.txt")

to pgie.set_property('config-file-path', "/home/Downloads/DeepStream-Yolo/config_infer_primary_yoloV8m_car.txt") im want this hapeen when code is running Does gst-nvinferserver support dynamic changes to it’s configurations??