AhmadYahya97 / Fully-Automated-red-light-Violation-Detection

Detecting and Tracking the violating cars using yolov3 model and various image processing techniques.
35 stars 24 forks source link

Speed up the process in real time #2

Open phatberstromgg opened 4 years ago

phatberstromgg commented 4 years ago

Your project is great. But I wonder why the frame is so slow. How I can speed it up for real-time processing.

phatberstromgg commented 4 years ago

I found it completely run on the CPU. How I can move it to run on the GPU

Azhar1504 commented 4 years ago

How were you able to run the code and make it process the videos in the /videos folder? when i run the script videowrite.py , it only gives as output the video aziz1.mp4 without writing new data in the frames.

phatberstromgg commented 4 years ago

@Azhar1504 you have to use yolo_video_new.py to run