/Yolov4-tensorflow

tensorflow implementation for Yolo v4

Primary LanguagePython

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: