How to convert custom trained weights to tensorflow
Hi. I'm still new with darknet, and i have a question on how to convert my custom weights that i have trained using darknet framework to pb,meta or ckpt file. I managed to convert the default yolov3 weights to meta and ckpt file by using your repository, but i got an error when i try to use it on my own weights. Do you have any idea how i can resolve this?

for .pb, i suggest you to check yunyang1994 version of yolov3, there is a .py that used to convert ckpt to .pd file for detection reload.
I want to use yolov3 to predict the number of real-time person from the rtsp stream with suited interval,anyone has the right python file?