All Articles

A Simple Implementation and Application of YOLOv1

You only look once (YOLO) is a state-of-the-art, real-time object detection system. Below is a simple object detection site that can detect up to 20 types of objects (aeroplane, bicycle, bird, boat, bottle, bus, car, cat, chair, cow, diningtable, dog, horse, motorbike, person, pottedplant, sheep, sofa, train, tvmonitor) using YOLOv1 method πŸ‘‡.

There was an iframe here, but I deleted it for better web performance.

Or open it at http://120.26.174.117/detect if the above one goes wrong.

Usage

  1. Upload a jpg or png picture like this one πŸ‘‡.

    Detect image.

  2. Click the button.
  3. Waiting for it to response. (Yes it’s very slow, it takes several seconds to compute out the result)
  4. Get a detected picture like this one πŸ‘‡.

    Detected image.

More

If you are interested in it, you can read my code or my scratch or this introduction or the official website of YOLO or the paper or just search on your own.

Thanks for reading!