Skip to content

klauspa/Yolov4-tensorflow

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages