Reading DAB Detr source code

This video goes through the source code of the official implementation of DAB Detr, or Detr with Dynamic Anchor boxes. This video is part of my "Modern Object Detection: from YOLO to transformers" series:    • Modern Object Detection: from YOLO to tran...   Improtant links: Notebook used in the video: https://github.com/adensur/blog/blob/... Source code: https://github.com/IDEA-Research/DAB-... Original paper: https://arxiv.org/pdf/2201.12329.pdf My previous video about DAB Detr algorithm:    • DAB Detr (dynamic anchor boxes)   Code read for previous model, Deformable Detr:    • Reading Deformable DETR source code   00:00 - Intro 01:26 - Training Setup 10:37 - DAB Detr Algorithm Recap 16:02 - DAB Creation & Positional Embedding 44:07 - DABs in Cross Encoder 54:17 - Next Up