haolapig
haolapig
- There are no pth file in /annolid/segmentation/SAM/sam_hq/ So I downloaded it from https://huggingface.co/lkeab/hq-sam/tree/main/. MD5 hash of sam_hq_vit_l.pth: 08947267966e4264fb39523eccc33f86 The _REMOTE_MODEL_URL = "https://huggingface.co/lkeab/hq-sam/resolve/main/" in sam_hq.py seems not valid anymore. -...
I think I find the solution: - I reinstall sam-hq but instead of pip install git+https://github.com/SysCV/sam-hq.git, I did following: pip install segment-anything-hq I check my conda list and I can...
> The setup.py file contains the line "segment-anything @ git+https://github.com/SysCV/sam-hq.git". When you run pip install -e ., it installs the package from the GitHub repository using the alias segment-anything. This...