Course Content
Computer Vision Course Outline
Computer Vision Course Outline
1. Introduction to Computer Vision
5. Advanced Topics Overview
Challenge: Object Detection with Custom Model and YOLO
In this task, youβll dive into the world of object detection using deep learning. First, you'll build your own object detection model from scratch using Keras. Then, youβll load a pretrained YOLOv8 model and apply it to the same dataset.
Along the way, youβll:
- Train a simple Keras-based object detector;
- Load and run predictions with a YOLOv8 model trained on the same data;
- Evaluate its performance on real validation images;
- Compare results and understand the gap between custom models and state-of-the-art ones.
In the middle of the notebook, youβll reflect on why building detection models from scratch can be limiting β and briefly mention the importance of **transfer learning88 for practical applications.
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 8