Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only) 5.1.0
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
The ls of the models directory is showing:
/opt/nvidia/deepstream/deepstream/samples/models$ ll
total 32
drwxr-xr-x 8 root root 4096 Sep 28 10:22 ./
drwxr-xr-x 6 root root 4096 Sep 28 10:23 ../
drwxr-xr-x 2 root root 4096 Sep 28 10:23 Primary_Detector/
drwxr-xr-x 2 root root 4096 Sep 28 10:23 Secondary_CarColor/
drwxr-xr-x 2 root root 4096 Sep 28 10:23 Secondary_CarMake/
drwxr-xr-x 2 root root 4096 Sep 28 10:23 Secondary_VehicleTypes/
drwxr-xr-x 4 root root 4096 Sep 28 10:22 Segmentation/
drwxr-xr-x 2 root root 4096 Sep 28 10:23 SONYC_Audio_Classifier/
Whereas the tracker ll-config-file points to the engine file @ /opt/nvidia/deepstream-6.2/deepstream/samples/models/Tracker/mars-small128.uff_b100_gpu0_fp32.engine
Now this error is only thrown if the nvtracker is passed ll-config-file = /opt/nvidia/deepstream/deepstream-6.2/samples/configs/deepstream-app/config_tracker_NvDCF_accuracy.yml
directly, instead of passing it through the ./dstest_tracker_config.txt.
Am I missing something ? why are there no trackers in my repo ?. Please advise.