・Hardware Platform (Jetson)
・DeepStream Version 6.0.1
・JetPack Version 4.6.1
・TensorRT Version 8.2.1
Hi
I installed the DeepStream SDK by referring to the following.
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html#install-the-deepstream-sdk
Then I started the sample with the following command:
$ deepstream-app -c source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
At that time, the following error occurred.
ERROR: Deserialize engine failed because file path: /opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/…/…/models/Secondary_CarMake/resnet18.caffemodel_b16_gpu0_int8.engine open error
I can’t find the resnet18.caffemodel_b16_gpu0_int8.engine file in “models/Secondary_CarMake/” directory.
How can I resolve this?
however,
ERROR, but the application runs normally.