Skip to content

Commit

Permalink
Add note regarding distortions and camera field of view affecting res…
Browse files Browse the repository at this point in the history
…ulting calculations
  • Loading branch information
grzegorz-roboflow committed Jan 24, 2025
1 parent 58dbedb commit fe0c71c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inference/core/workflows/core_steps/analytics/velocity/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
It includes options to smooth the velocity and speed measurements over time and to convert units from pixels per second to meters per second.
It requires detections from Byte Track with unique `tracker_id` assigned to each object, which persists between frames.
The velocities are calculated based on the displacement of object centers over time.
Note: due to perspective and camera distortions calculated velocity will be different depending on object position in relation to the camera.
"""


Expand Down

0 comments on commit fe0c71c

Please sign in to comment.