Lightning-Universe / lightning-flash

Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
https://lightning-flash.readthedocs.io
Apache License 2.0
1.74k stars 212 forks source link

New heads and backbones for object detection 🤔 #1361

Open Nexer8 opened 2 years ago

Nexer8 commented 2 years ago

🚀 Feature

Please consider porting more heads and backbones for object detection task.

Motivation

The number of heads and backbones for the task of object detection remains rather low in comparison to MMDetection.

Pitch

Introduce compatibility with new heads and backbones for object detection.

Alternatives

Additional context

Also, are there any plans to introduce solutions using transformer architecture, such as Swin Transformer, into this project, or is lightning-transformers meant particularly for this?

Discussed in https://github.com/PyTorchLightning/lightning-flash/discussions/1355.

ethanwharris commented 2 years ago

Hey @Nexer8 thanks for the feature request! More heads / backbones (including transformers) is definitely something we'd like to have. We tried to source backbones from MMdetection once before but found it to be too heavy a dependency for our testing , but this is something we should revisit :smiley:

davidblom603 commented 1 year ago

any plans to add new heads and backbones for object detection? it seems that icevision is not maintained anymore. mmdetection 3.0 has been released with the DINO model which has great performance on the COCO2017 dataset.

https://github.com/open-mmlab/mmdetection/tree/main/configs/dino

Borda commented 1 year ago

@davidblom603 are you interested in sending a PR? :rabbit: