Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Detection Transformer (Detr) Implementation

Static Badge Static Badge

This repository contains my custom implementation of the Detection Transformer (Detr), a state-of-the-art object detection model based on transformer architecture.

Overview

Detr eliminates the need for traditional region proposal networks (RPNs) and anchor boxes, treating object detection as a set prediction problem. The transformer-based architecture allows for capturing global context and dependencies among different parts of the image simultaneously.

Features

  • Transformer Architecture: Leverages the power of transformers for capturing contextual information in object detection.
  • Set Prediction: Directly predicts class labels and bounding boxes for all objects in the image.
  • Dynamic Attention: Handles a variable number of objects without predefined anchor boxes, making it flexible across various scales and aspect ratios.

About

A simple implementation of DETR in pytorch

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages