Is there a built-in method in DeepStream 6.2 to calculate object speed using tracking data, or should I compute it manually from NvDsObjectMeta
positions across frames? Any suggestions?
Thanks!
Is there a built-in method in DeepStream 6.2 to calculate object speed using tracking data, or should I compute it manually from NvDsObjectMeta
positions across frames? Any suggestions?
Thanks!
Do you mean speed in pixels or actual distance travelled in km/hr? for the latter you will need very situation specific calibration (homography) to be able to do that. The perspective of the camera can vary quite a lot and this calibration will have to be done individually for your case.
Can you share more on your use case?
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
I’d like to get speed in pixels please.
The use case: detection of static objects
Using DS 7.0
Possible?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.