ashishsahu1 / ML-ProjectYard

This repo consists of multiple machine learning based projects with frontend
Mozilla Public License 2.0
214 stars 145 forks source link

Face detection using YOLOV4 #482

Closed NEERAJAP2001 closed 3 years ago

NEERAJAP2001 commented 3 years ago

YoloV4 can be implemented by TensorFlow2, with support for training, evaluation, and inference. The goal of YOLO is to divide the image into a grid of multiple cells, and then for each cell predict the probability of having an object using anchor boxes.