Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): Jetson AGX XAVIER
• DeepStream Version: 5.0
• JetPack Version (valid for Jetson only): 4.4
• TensorRT Version: 7.1
• NVIDIA GPU Driver Version (valid for GPU only): N/A
• Issue Type( questions, new requirements, bugs): Cannot download cal.bin file from GitHub
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing):
From the README file
cd /opt/nvidia/deepstream/deepstream-5.0/samples/configs/tlt_pretrained_models
mkdir -p …/…/models/tlt_pretrained_models/mrcnn&&
wget https://github.com/NVIDIA-AI-IOT/deepstream_tlt_apps/blob/master/models/mrcnn/mask_rcnn_resnet50.etlt?raw=true
-O …/…/models/tlt_pretrained_models/mrcnn/mask_rcnn_resnet50.etlt &&
wget https://raw.githubusercontent.com/NVIDIA-AI-IOT/deepstream_tlt_apps/master/models/mrcnn/cal.bin
-O …/…/models/tlt_pretrained_models/mrcnn/cal.bin
Output:
–2020-09-25 17:13:26-- https://github.com/NVIDIA-AI-IOT/deepstream_tlt_apps/blob/master/models/mrcnn/mask_rcnn_resnet50.etlt?raw=true
Resolving github.com (github.com)… 140.82.114.3
Connecting to github.com (github.com)|140.82.114.3|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
2020-09-25 17:13:26 ERROR 404: Not Found.
I download another model (Yolo3) and had the same issue.
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description): N/A