Open leftthomas opened 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
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
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
@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 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
Conda conda version is 0.6
https://github.com/johnnynunez/detectron2/actions/runs/5532253070
Conda conda version is 0.6
https://github.com/johnnynunez/detectron2/actions/runs/5532253070
@johnnynunez Thank you.
why the official repo not release the latest version, it's has been two years!
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
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
the latest release is 2021, this year is 2023, why not release new version?