With the powerful combination of Python programming and the PyTorch deep learning framework, you’ll explore state-of-the-art algorithms and architectures like R-CNN, Fast RCNN and Faster R-CNN. Throughout the course, you’ll gain a solid understanding of Convolutional Neural Networks (CNNs) and their role in Object Detection. You’ll learn how to leverage pre-trained models, fine-tune them for Object Detection using Detectron2 Library developed by by Facebook AI Research (FAIR).
The course covers the complete pipeline with hands-on experience of Object Detection using Deep Learning with Python and PyTorch as follows:
- Learn Object Detection with Python and Pytorch Coding
- Learn Object Detection using Deep Learning Models
- Introduction to Convolutional Neural Networks (CNN)
- Learn RCNN, Fast RCNN, Faster RCNN, Mask RCNN and YOLO8 Architectures
- Perform Object Detection with Fast RCNN and Faster RCNN
- Perform Real-time Video Object Detection with YOLOv8
- Train, Test and Deploy YOLOv8 for Video Object Detection
- Introduction to Detectron2 by Facebook AI Research (FAIR)
- Preform Object Detection with Detectron2 Models
- Explore Custom Object Detection Dataset with Annotations
- Perform Object Detection on Custom Dataset using Deep Learning
- Train, Test, Evaluate Your Own Object Detection Models and Visualize Results
- Perform Object Instance Segmentation at Pixel Level using Mask RCNN
- Perform Object Instance Segmentation on Custom Dataset with Pytorch and Python