pythonlessons / TensorFlow-2.x-YOLOv3

YOLOv3 implementation in TensorFlow 2.3.1
https://pylessons.com/
MIT License
607 stars 327 forks source link

Do not work out trained weights in Ubuntu on Windows. Windows 10, Cuda 11.2, cudnn 8.1 rtx 3060 #172

Open EVNN304 opened 2 years ago

EVNN304 commented 2 years ago

Hello, I really appreciate your work. Very cool course on neural networks. There was a small problem. I decided to transfer this project from Ubuntu 18.04 to Windows 10 with rtx 3060 (on the lnicus machine it was rtx 1060). Collected the project in windows, it works, but there is a nuance: it does not find objects in the video stream (Selects an object once). The picture works as it should. What could be the problem? Thanks in advance for your feedback.

Ankur-singh commented 1 year ago

I am facing the same issue. Any updates on this?