car-counting-and-speed-estimation-yolo-sort-python icon indicating copy to clipboard operation
car-counting-and-speed-estimation-yolo-sort-python copied to clipboard

This project imlements the following tasks in the project: 1. Vehicle counting, 2. Lane detection. 3.Lane change detection and 4.speed estimation

Results 5 car-counting-and-speed-estimation-yolo-sort-python issues
Sort by recently updated
recently updated
newest added
trafficstars

I am getting this error while running the code. how Can I solve this issue. before I ran into an issue 'invalid index to scalar variable' but I solved it...

wontfix

When I run the code I'm getting this error. `Traceback (most recent call last): File "F:/MyProjects/TensorFlow/car-counting-and-speed-estimation-yolo-sort-python/code_and_output/main.py", line 265, in tracks = tracker.update(dets)` `File "F:\MyProjects\TensorFlow\car-counting-and-speed-estimation-yolo-sort-python\code_and_output\sort.py", line 207, in update matched, unmatched_dets,...

invalid

I ran the code and it can only count vehicles, but not estimate the speed?

wontfix

You can view the output which i am getting here: https://drive.google.com/file/d/1nL_y4MVMc1beTifFa1PqrshYh89pgeTq/view?usp=sharing The lane coordinates are not matching Moreover, the counter is not changing at all. Only i change i made...

When i'm trying to use this yolo-p model for lane detection it showing the following error in sort.py if(d not in matched_indices[:,0]): TypeError: tuple indices must be integers or slices,...

wontfix