LeonLok / Multi-Camera-Live-Object-Tracking

Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.
GNU General Public License v3.0
979 stars 285 forks source link

Frozen Yolo #42

Open Eetana opened 2 years ago

Eetana commented 2 years ago

Ok, so how long is it meant to be to run the video streamer and traffic counter? Because, YOLO is still examining the first frame after 10 minutes. image image Is there something i need to do to improve the time? Setup: used yolo4.weights, did convert.py on the provided data and trained model (i.e. used the provided model and only did the conversion on tensorflow 1.14) then opened up a local server (Jupyter). Then ran the streams and opened up the IP address.

urbansound8K commented 2 years ago

did you figure it out? could you share the solution please?

urbansound8K commented 2 years ago

got it Issue is 1.x does not support new cards starts from RTX 3000 series.