Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) NVIDIA Jetson Nano (Developer Kit Version)
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only) Jetpack 4.4
• TensorRT Version 7.1.3.0
• NVIDIA GPU Driver Version (valid for GPU only)
I am using deepstream -5.0 test5 example, which is helping me run both Primary and Secondary classifiers.
Path of the deepstream-test5 : /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5
I had made necessary changes in the config file (path, /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5/configs/test5_config_file_src_infer_tracker_sgie.txt), which make it work with primary classifier. But it’s not working with a secondary classifier.
I have successfully tested the secondary classifier and it is working fine when implemented in case of primary classifier.
I thought we have to enlarge the bounding -box cropped images with the help of padding. So, after following some forum discussion I try to made changes in the gst-dsexample
folder ( path, /opt/nvidia/deepstream/deepstream-5.0/sources/gst-plugins/gst-dsexample). But its also not working.
My question is,
Am I on the right track? If not what’s the right way to solve this issue.