kaylode / vehicle-counting

Vehicle counting using Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is not an issue, this is a request, can you detect speed please

VYRION-Ai opened this issue · comments

Thank you very much for your great work,
i like your work allot ,
please can you detect speed and add it to your repo .
it will make more prefect .
thank you

Thanks for your attention, this is some of my first ML projects so Im very happy with it too.

About the speed detection, it is definitely a great idea however I don't have enough mathematical knowledge to find the way do it properly. I don't think it is as simple as calculating the vehicle's starting frame and final frame, but may involves camera calibration and distance to the street, which is more complex. If you can suggest me how to do it, or some related works, I will happily look into it.

@kaylode i think this one is not bad
https://github.com/WZS666/Yolov5_DeepSort_SpeedEstimate/blob/main/track.py
,i study it little bit . can you use please?