Banghao Chi
Banghao Chi
> @junxi-liu is it possible to install an older version from source? like `python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'` but with version 0.5 instead of the latest version? Else it doesn't...
I use torch2.3.1+cu121 and also came across this problem.
> I use torch2.3.1+cu121 and also came across this problem. I was trying to use the webui.py. And I solved the stuck by passing `device = 'cuda'` into the load...