Subject: Unknown Parameter Warnings for outputTerminatedTracks, outputShadowTracks, and terminatedTrackFilename in DeepStream 6.3 Pipeline

Hello DeepStream Team,

I’m encountering warnings while trying to use the following parameters in our tracker configuration file:

  • enable-past-frame / usePastFrame
  • terminatedTrackFilename
  • outputTerminatedTracks
  • outputShadowTracks

The log outputs show:
!! [WARNING][NvTrackerParamsTargetManager] Unknown param found: outputTerminatedTracks
!! [WARNING][NvTrackerParamsTargetManager] Unknown param found: outputShadowTracks
!! [WARNING][NvTrackerParamsTargetManager] Unknown param found: terminatedTrackFilename

Target system is a Jetson AGX Xavier, though we are currently testing on an x86 server.

• DeepStream Version:
6.3

• JetPack Version (valid for Jetson only):
5.12
• TensorRT Version:
8.5.2

  1. We used a DeepStream 6.3 pipeline with our tracker YAML configuration file containing the parameters mentioned above.
  2. When launching the application, the following warnings appear in the log:
  • Unknown param found: outputTerminatedTracks
  • Unknown param found: outputShadowTracks
  • Unknown param found: terminatedTrackFilename
  1. The configuration file includes these parameters to enable features like past frame tracking and to output terminated/shadow track information.

here our yaml config :

tracker_yaml_config.txt (3.9 KB)

we tried to follow the instructions on this website :

Please let me know if you require any additional information regarding our setup or configuration.

Thank you in advance for your help!

Patrick

Please have a try with latest DeepStream 7.1. Some feature is added during DeepStream upgrade. You refered the latest document.

We have to stay on DS 6.3 - since enable past frame already was a feature back in DS5 , i thought it is not a version issue here.

Then you need check the setting in DS 6.3 doc here: Gst-nvtracker — DeepStream 6.3 Release documentation
I don’t found “outputTerminatedTracks” in DS 6.3 doc.

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.