Skip to content

Arenaa/detection-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages