Authors: Md Ahsan Hasib, Md Ahsan Habib
Repo: GitHub (Not Published Yet)
Description: Calculate the speed of the car using YOLO v8, DeepSORT, and Tensorflow in Python. It aims to use one camera for speed detection and capturing the image making it more compact, effective and less expensive.
Dependencies:
Output:
JSON with the IDs and the speed in Kilometer per Hour in the video -
{
"1": 25.97,
"2": 37.2,
"5": 28.71,
"7": 37.42,
"8": 28.4,
"9": 29.07,
"10": 35.74,
"11": 23.48,
"14": 38.78,
"16": 36.68,
"17": 26.49,
"18": 31.03,
"19": 25.24,
"22": 45.45,
"26": 25.39,
"27": 23.03,
"28": 24.09,
"29": 19.5,
"30": 33.46
}