How to use yolo model trained by darknet framework in deepstream?

I have a yolo model trained by darknet framework, and I am not use tlt to train the model, Would you tell me how to use yolo model trained by darknet framework in deepstream?

Hi,

Please find the following folder for a YOLO sample.
The conversion is from native darknet format of YOLOv2, YOLOv2_tiny, YOLOv3 and YOLOv3_tiny model.

/opt/nvidia/deepstream/deepstream-5.0/sources/objectDetector_Yolo/

Then you may need some updates for a customized model.
Please check the below document for details:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_custom_YOLO.html

Thanks.