Pre-Trained Object Detection with YOLO


There are pretrained neural networks that can be used localizing object recognition. If you are doing a project where you need to detect an object that is already among the trained objects, it may be worth using these networks to test the project before training a more robust recognizer that meets your specific needs.

Below are images of objects that are recognized by a You Only Look Once (YOLO) detector, done using the pre-trained network that comes with the downloaded files.

Original image:

Field

Localized detections:

Field


Original image:

Field

Localized detections:

Field