car-counting-and-speed-estimation-yolo-sort-python
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
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...
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,...
I ran the code and it can only count vehicles, but not estimate the speed?
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,...