Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 745 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 745 Bytes

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: