I have custom dataset and trying to run darknet yolov4 for license plate detection. Everything is running perfectly fine without any errors/ lags but there is no detection and bounding boxes. There is no error in the code, as I was able to run this successfully on my another pc.
Current configuration :
Windows 10, RAM 8 GB, AMD Ryzen 5 processor and Nvidia GTX 1650 4 GB GPU with CUDA Capability of 7.5.
Build and everything is successful. Only having the issue with detection. Tried with threshold 0.1.
Same code and same weights file is running on another PC (Intel i5 processor, Nvidia GT 730 4GB GPU with CUDA Capability of 3.5) without any issues.
I met vice versa. I build on intel nvidia and trans model to ryzen laptop, not work too. Current resol is network recompilation on ryzen laptop lmao 👯♂️
I have custom dataset and trying to run darknet yolov4 for license plate detection. Everything is running perfectly fine without any errors/ lags but there is no detection and bounding boxes. There is no error in the code, as I was able to run this successfully on my another pc.
Current configuration :
Windows 10, RAM 8 GB, AMD Ryzen 5 processor and Nvidia GTX 1650 4 GB GPU with CUDA Capability of 7.5.
Build and everything is successful. Only having the issue with detection. Tried with threshold 0.1. Same code and same weights file is running on another PC (Intel i5 processor, Nvidia GT 730 4GB GPU with CUDA Capability of 3.5) without any issues.
Please help me resolving the issue.
Thanks