Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Train Object Detection Transformer on Custom Dataset
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Setting up the Python environment
- 3 DETR model inference on example images
- 4 Download custom dataset from Roboflow Universe
- 5 Building custom PyTorch COCO Detection datasets
- 6 Visualising COCO datasets entry
- 7 Building custom PyTorch Data Loaders
- 8 Building custom PyTorch Lightning DETR Module
- 9 Training DETR on custom dataset
- 10 Custom DETR model inference
- 11 Evaluating custom DETR model
- 12 Outro