Desenvolvemos um sistema de reconhecimento de placa de veículos utilizando python, Yolo e cuda, placa de vídeo RTX3060 TI, pc com 100gb de memória.
Estou utilizando 4 câmeras simultâneamente com dois fabricantes diferentes, as câmeras possuem 2mp e 8 mp de resolução, porém ao executar o programa estou tendo um delay de cerca de 10 segundos, como posso resolver isso?
You could start by profiling your code to try and discover where the 10 seconds is getting used.
Hi Robert, I need help with this, could you help me how do I create this profile, I’ve tried everything to my knowledge?
Or if you have a link explaining how to do it I will be grateful
I linked to the profiler that I would suggest already. From that link you can learn how to use nsight systems.
Thanks