Skip to content

It is a Computer Vision Project implementing DETR to predict the bounding boxes around fracture in the X-Ray images.

Notifications You must be signed in to change notification settings

binaydhakal/Fracture-Detection-with-DETR

Repository files navigation

Detection-Transformer

Custom object detection Using Detection Transformer (DETR) .

Requirements:

!python -m pip install --upgrade pip

!pip install supervision==0.3.0

!pip install transformers

!pip install pytorch-lightning

!pip install timm

!pip install cython

!pip install pycocotools

!pip install scipy

Base Paper: https://www.nature.com/articles/s41597-023-02432-4?fbclid=IwAR2fWzfh9SmtsU6l43oDOyPcxVewZXw9UCZoWB7yvGcwlcmhAmi8EoSd6kg#code-availability

Reference: https://huggingface.co/docs/transformers/model_doc/detr

Original DETR repo: https://github.com/facebookresearch/detr

About

It is a Computer Vision Project implementing DETR to predict the bounding boxes around fracture in the X-Ray images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published