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
30.48k stars 7.48k forks source link

The latest release is 2021, this year is 2023, why not release new version? #4859

Open leftthomas opened 1 year ago

leftthomas commented 1 year ago

the latest release is 2021, this year is 2023, why not release new version?

johnnynunez commented 1 year ago

the latest release is 2021, this year is 2023, why not release new version?

I upload a PR that create wheels automatically with cpu support and gpu in circleci: https://github.com/facebookresearch/detectron2/pull/4868

4daJKong commented 1 year ago

Hi, does this mean that PyTorch >1.10 is still incompatible with detectron2 (0.6)? When I install detectron2 after installing Pytorch 1.12.0, it still shows error,

ImportError: site-packages/detectron2/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZNK3c1010TensorImpl36is_contiguous_nondefault_policy_implENS_12MemoryFormatE

johnnynunez commented 1 year ago

Hi, does this mean that PyTorch >1.10 is still incompatible with detectron2 (0.6)? When I install detectron2 after installing Pytorch 1.12.0, it still shows error,

ImportError: site-packages/detectron2/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZNK3c1010TensorImpl36is_contiguous_nondefault_policy_implENS_12MemoryFormatE

Use my PR. Wheels are uploaded. I’m using with pytorch 2.0 cuda 12.1 and python 3.11

lvieirajr commented 1 year ago

@johnnynunez where can I find the wheels to your version with support for python 3.11? Or is there an install guide somewhere for the 3.11 version? I couldn't find much on your PR, and the links on Install.MD seem to only give me access denied... I'd love to get my hands on this running on 3.11 and torch 2 with cup support.

johnnynunez commented 1 year ago

@johnnynunez where can I find the wheels to your version with support for python 3.11? Or is there an install guide somewhere for the 3.11 version? I couldn't find much on your PR, and the links on Install.MD seem to only give me access denied... I'd love to get my hands on this running on 3.11 and torch 2 with cup support.

I have wheels in python 3.11 and pytorch 2.0.1

curtis18 commented 1 year ago

Conda conda version is 0.6

johnnynunez commented 1 year ago

Conda conda version is 0.6

https://github.com/johnnynunez/detectron2/actions/runs/5532253070

curtis18 commented 1 year ago

Conda conda version is 0.6

https://github.com/johnnynunez/detectron2/actions/runs/5532253070

@johnnynunez Thank you.

leftthomas commented 1 year ago

why the official repo not release the latest version, it's has been two years!

johnnynunez commented 1 year ago

why the official repo not release the latest version, it's has been two years!

I don't know why they don't accept my PR

MiroPsota commented 9 months ago

You can try my repository for building packages and PyPI simple index and see if it works for you: https://github.com/facebookresearch/detectron2/discussions/5200