# Yolov4-tensorflow **Repository Path**: dwc886/Yolov4-tensorflow ## Basic Information - **Project Name**: Yolov4-tensorflow - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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