Skip to content

Real-time object detection in World Cup 2018 final match with ImageAI

Notifications You must be signed in to change notification settings

Kocarus/Object-Detection-ImageAI

Repository files navigation

Real-time object detection in World Cup 2018 final match with ImageAI

Steps

  1. Clone the repo
  2. Open the command line and navigate to the repo
  3. Type pip install -r requirements.txt and enter
  4. Download supported pre-trained models RetinaNet / YOLOv3 / TinyYOLOv3 at Models for Image Recognition and Object Detection and put them to the repo. Now you can detect and recognize 80 different kind of common everyday objects in any video
  5. To train you own model to recognize everything you want, please refer to Custom Training with ImageAI
  6. Author of ImageAI: https://github.com/OlafenwaMoses/ImageAI

More info

  • If you run this on CPU, you can only test with a very short video. Trust me, it took me 4 hrs to proceed a 10s video on my potato one. Otherwise, just buy GPU 😁
  • Video source: France vs Croatia WC 2018 Final

Result

Resnet50 Using Resnet50 model, small ball can't be recognized

Yolov3 Using Yolov3 model, more accuracy!

About

Real-time object detection in World Cup 2018 final match with ImageAI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages