facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.32k stars 7.32k forks source link

New release detectron2 v1.0 #5178

Open bouachalazhar opened 6 months ago

bouachalazhar commented 6 months ago

🚀 Feature

Since PyTorch v2.0 some functions are not compatible, we can add SAM, ViT and GPT. Finally clean up project.

Motivation & Examples

detectron2 v1.0 can be more stable and fast if we add torch.compile(). It's primordial to create a PyPi project and who can be used by all OS (I think at Windows).

An example for installation detectron2 :

python -m pip install detectron2

RiccardoMaistri commented 6 months ago

I agree, with you!. I am just wondering why no more versions of detectron2 have been released since Nov 2021

SergiyShebotnov commented 4 months ago

I agree, with you!. I am just wondering why no more versions of detectron2 have been released since Nov 2021

Everyone probably uses HuggingFace, Meta included.