wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 579 forks source link

How to use YOLOv3_TensorFlow with YOLOv3-tiny? #163

Open molec1 opened 5 years ago

molec1 commented 5 years ago

Dear wizyoung.

Your code convert weights of custom trained v3 model really perfect. Converted net works fast and as accurate as original one.

But for my project YOLOv3 is really too heavy. V3-tiny is enough for me, but I cannot find any converter darknet->tensorflow (or better tensorRT) that supports it. Is it possible to add support of tiny model to your YOLOv3_TensorFlow? Maybe you know some other libs, manuals or something about it?

Good luck, Alex.

KanchanIIT commented 4 years ago

@molec1 you can use https://github.com/jinyu121/DW2TF to convert tiny-yolo

molec1 commented 4 years ago

@KanchanIIT thanks. I tried it but something went wrong. Thanks for this link, I'll try to use this manual.

bujianyiwang commented 4 years ago

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?

forkjoseph commented 4 years ago

what about the anchors??