Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
jetson xavier nx • DeepStream Version
6 • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs)
We are using the provided tracker config file “/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/config_tracker_NvDCF_max_perf.yml”, which has disabled bbox unclipping.
We are still seeing some bounding boxes with values that slighty exceed the frame dimensions, for example a bounding box with:
We are not tracking the bbox dimensions in our use-case without the tracker, only bbox dimensions after the tracker.
This issue began to occur when we correctly configured the app to use the tracker yaml file - before we had been passing it a bad filepath and so it had been running at default behaviour (see log below):
stdout. gstnvtracker: Loading low-level lib at /opt/nvidia/deepstream/deepstream/lib/libnvds_nvmultiobjecttracker.so.
stdout. ~~ CLOG[/dvs/git/dirty/git-master_linux/deepstream/sdk/src/utils/nvmultiobjecttracker/include/modules/NvMultiObjectTracker/NvTrackerParams.hpp, getConfigRoot() @line 54]: [NvTrackerParams::getConfigRoot()] !!![WARNING] Invalid low-level config file caused an exception, but will go ahead with the default config values.
stdout. gstnvtracker: Batch processing is ON.
stderr. 0:00:04.190235603 505 0x555f335d60 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:1914> [UID = 1]: Trying to create engine from model files.
stdout. gstnvtracker: Past frame output is OFF.
stdout. ~~ CLOG[/dvs/git/dirty/git-master_linux/deepstream/sdk/src/utils/nvmultiobjecttracker/include/modules/NvMultiObjectTracker/NvTrackerParams.hpp, getConfigRoot() @line 54]: [NvTrackerParams::getConfigRoot()] !!![WARNING] Invalid low-level config file caused an exception, but will go ahead with the default config values.
There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Can you see the BBox exceeding video frame with osd on the screen? Can it be reproduced with DS samples?