Skip to content

salmanhiro/Galaxy-detection-using-DETR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DE⫶TR: End-to-End Object Detection with Transformers

What it is. Unlike traditional computer vision techniques, DETR approaches object detection as a direct set prediction problem. It consists of a set-based global loss, which forces unique predictions via bipartite matching, and a Transformer encoder-decoder architecture. Given a fixed small set of learned object queries, DETR reasons about the relations of the objects and the global image context to directly output the final set of predictions in parallel. Due to this parallel nature, DETR is very fast and efficient.

detr

Official DETR repository

DETR Publication

Ok, now I present you AstroDE⫶TR

What is astro DETR?

AstroDETR is simply DETR but for astronomical object detection. I give a try on elliptical and spiral galaxies, bright stars, and nebulas from SDSS dataset, which I believed as COCO for astronomical purposes.

Current result with around 20 images and trained at 300 epochs

img

About

Searching for galaxies in DSS infrared imaging using DETR

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published