YOLOv3_TensorFlow icon indicating copy to clipboard operation
YOLOv3_TensorFlow copied to clipboard

How to convert custom trained weights to tensorflow

Open mustaqimasri opened this issue 6 years ago • 2 comments

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?

Screenshot from 2019-08-12 20-43-29

mustaqimasri avatar Aug 12 '19 12:08 mustaqimasri

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.

LiweiDai avatar Aug 23 '19 02:08 LiweiDai

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?

bujianyiwang avatar Jan 16 '20 06:01 bujianyiwang