tensorflow implementation for Yolo v4
dependencies:
tensorflow2.x opencv
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
some postprocess code borrowed here and will update own version
run:
python detect.py --image ./kite.jpg
demo: