GstNvTracker does not have enable-batch-process nor enable-past-frame properties in DeepStream 6.3

Hello,

We’re trying to upgrade from DeepStream 6.2 to 6.3 but we set both enable-batch-process and enable-past-frame properties with GstNvTracker, which seem to have been removed from the tracker’s interface in this new version. What do you recommnend we do given we’re using those properties in our pipeline?

Thank you for the help and kind regards

• Hardware Platform - Jetson Orin
• DeepStream Version - 6.3
• JetPack Version (valid for Jetson only) - 5.1 [L4T 35.2.1]
• TensorRT Version - not sure, using libnvidia-container1:arm64 1.13.5-1
• Issue Type( questions, new requirements, bugs) - question

Can you share any error log when you upgrade from DeepStream 6.2 to 6.3?

Hi @kesong,

Thank you for looking into this.

The error was: TypeError: object of type GstNvTracker' does not have property enable-batch-process’. And the same for the “enable-past-frame” property.

Looking at DeepStream 6.3’s documentation (Gst-nvtracker — DeepStream 6.3 Release documentation) those properties are no longer included.

Thank you and kind regards

Please check the new usage for past frame: Gst-nvtracker — DeepStream documentation 6.4 documentation (nvidia.com)

Hi @kesong,

Thank you for your reply.

Based on that, it seems the “Past-frame target data is always reported in miscellaneous data”.

But does it still use the same NvDsPastFrameObjBatch as in DS 6.2 (the 6.2 docs used to say: If the past-frame data is retrieved from the low-level tracker, it would be reported as a user-meta, called NvDsPastFrameObjBatch.)?

Or will we have to change our code to accomodate any changes to your new implementation? (we currently also use NvDsPastFrameObjStream, NvDsPastFrameObjList, and NvDsPastFrameObj in our code)

Thank you

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

Please refer: write_kitti_past_track_output() in: /opt/nvidia/deepstream/deepstream-6.4/sources/apps/sample_apps/deepstream-app/deepstream_app.c

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