Yolo for deepstream-app

Hi:

I can’t find yolo files.I want to use yolo on json nano by using deepstream sdk。Could you help me?thanks

https://devtalk.nvidia.com/default/topic/1068639/deepstream-sdk/announcing-deepstream-sdk-4-0-2/

deepstream-4.0/sources/objectDetector_Yolo/prebuild.sh

For yolo v3,

echo "Downloading yolov3 config and weights files … "
wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3.cfg -q --show-progress
wget https://pjreddie.com/media/files/yolov3.weights -q --show-progress

Hi:@ChrisDing
Thank you for your answer. I can see deepstream-4.0 ,the code of the yolo is only to compile lib file. Could you tell me how can I to build a pipline to us yolo, Thank you

deepstream-4.0/sources/objectDetector_Yolo/README
→ $ deepstream-app -c deepstream_app_config_yoloV3.txt