klauspa / Yolov4-tensorflow

tensorflow implementation for Yolo v4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolov4-tensorflow

tensorflow implementation for Yolo v4

dependencies:

tensorflow2.x opencv

Mosaic data argumentation

data.py added Mosaic data argumentation, for imagenet classfication and object detection

this mosaic data argumentation is not exactly the same as original yolov4 implementation, but much close to that and I will work on that

Inference

some postprocess code borrowed here and will update own version

run:

python detect.py --image ./kite.jpg

demo:

About

tensorflow implementation for Yolo v4


Languages

Language:Python 100.0%