-
I have installed detectron2 and torch 1.10 with pip I am getting a segmentation fault as detectron 2 seems to look for torch in a non-existent directory. see trace below
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
installing from source fixed the issue.. python -m pip install 'git+https://github.com/facebookresearch/detectron2.git' |
Beta Was this translation helpful? Give feedback.
installing from source fixed the issue..
error happens with prebuilt CPU version..
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'