Completed
Hungarian matching algorithm
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
End to End Object Detection With Transformers
Automatically move to the next video in the Classroom when playback concludes
- 1 DETR model recap
- 2 DETR demo notebook
- 3 Visualizing attention notebook
- 4 Visualizing encoder attention
- 5 Going through the training script
- 6 Backbone construction
- 7 DETR construction
- 8 Data loading and nested tensors
- 9 Forward pass through ResNet backbone
- 10 Forward pass through the transformer
- 11 Hungarian matching algorithm
- 12 Loss calculation
- 13 Outro