Python YOLO ML

This is the output when the image is been passed to the YOLO algorithm which is trained on COCO Image DataSet

One of the best ways of performing Object recognition or tracking is via Neural Networks. And one of the best algorithms for doing that is YOLO (You look only once algorithm). We can think of YOLO as a Memorization problem, where we tend to store the results instead of calculating it again and again. YOLO perform the same thing with just one forward pass, as the remaining pieces of puzzles reconstruct itself.