YOLOv3
YOLOv3 copied to clipboard
Keras implementation of yolo v3 object detection.
I have a better code about yolo https://github.com/Stinky-Tofu/Stronger-yolo
@xiaochus hi,xiaochus.when i tested the video with my own trained model,i couldn't identify anything;instead,i could identify if i used the author's yolov3.weights.i dont know why this result was produced,cause when...
@xiaochus
Is anyone met this error ?
Hi, I was looking at the original YOLO cfg [here](https://github.com/pjreddie/darknet/blob/master/cfg/yolov3.cfg). It seems the original one accepts a input of size 608x608, not 416 as mentioned in your config file. So,...
I have used my own weights and configuration file. But while I am testing with new images the darknet can detect 4 objects where keras can detect only 2. Do...