[DeepStream 5.0] missing tlt_pretrained_models

• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only) 4.4
• TensorRT Version 7.1.3
• NVIDIA GPU Driver Version (valid for GPU only) NA
• Issue Type( questions, new requirements, bugs) Question

Hi, I tried to follow the README inside the SDK to download the following models
yolov3, ssd, dssd, retinanet, frcnn, detectnet_v2, mrcnn
It seems that the URL in the README are not valid, may I know the right URL to download these models?
Thanks in Advance.

Here is an example in the README

mkdir -p …/…/models/tlt_pretrained_models/yolov3&&
wget https://github.com/NVIDIA-AI-IOT/deepstream_tlt_apps/blob/master/models/yolov3/yolo_resnet18.etlt?raw=true
-O …/…/models/tlt_pretrained_models/yolov3/yolo_resnet18.etlt &&
wget https://raw.githubusercontent.com/NVIDIA-AI-IOT/deepstream_tlt_apps/master/models/yolov3/cal.bin
-O …/…/models/tlt_pretrained_models/yolov3/cal.bin

Hey,
We had fixed this issue, please refer GitHub - NVIDIA-AI-IOT/deepstream_tao_apps: Sample apps to demonstrate how to deploy models trained with TAO on DeepStream to get the models.

Thanks @bcao