YoloV5 - Draw Motion Path #3503
Unanswered
jacobchikku
asked this question in
Q&A
Replies: 1 comment 7 replies
-
@jacobchikku yes you can do that! For an example see: https://www.reddit.com/r/compsci/comments/navkf0/oc_multiple_object_tracking_with_yolov5_and_opencv/ |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to Draw a line to identify the Motion Path for the tracked objects, is it possible to use Yolov5.
As shown in the above picture, once identifying the ball, I would like to display a trailing line connecting all the points through which it was traveling.
The motion path line needs to be displayed until the object is out of focus in the video. What is the best option to get it done? Can anyone please advise?
Many Thanks
Beta Was this translation helpful? Give feedback.
All reactions