8 lines
395 B
Plaintext
8 lines
395 B
Plaintext
#python 3.11 이상과 uv, git, cuda 12.8 버전이 사전에 설치되어 있어야 합니다.
|
|
|
|
uv venv
|
|
./venv/bin/activate
|
|
uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
|
|
uv pip install git+https://github.com/facebookresearch/segment-anything.git
|
|
uv pip install git+https://github.com/facebookresearch/sam2.git
|
|
uv pip install -r requirements.txt |