https://github.com/kocarus/object-detection-imageai
Real-time object detection in World Cup 2018 final match with ImageAI
https://github.com/kocarus/object-detection-imageai
computer-vision deep-learning object-detection python-3 resnet50 yolov3
Last synced: about 1 year ago
JSON representation
Real-time object detection in World Cup 2018 final match with ImageAI
- Host: GitHub
- URL: https://github.com/kocarus/object-detection-imageai
- Owner: Kocarus
- Created: 2018-08-05T10:21:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T16:48:08.000Z (over 7 years ago)
- Last Synced: 2025-02-17T08:44:02.749Z (over 1 year ago)
- Topics: computer-vision, deep-learning, object-detection, python-3, resnet50, yolov3
- Language: Python
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](https://github.com/OlafenwaMoses/ImageAI/releases/tag/1.0/) 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](https://imageai.readthedocs.io/en/latest/custom/index.html)
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 :grin:
- Video source: [France vs Croatia WC 2018 Final](https://www.youtube.com/watch?v=GrsEAvRerTg)
# Result

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

**Using Yolov3 model, more accuracy!**