Skip to content

Commit 0c79ed3

Browse files
authored
Update README.md
1 parent 2b6a671 commit 0c79ed3

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

475_VSDLM/README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,16 @@ https://github.com/user-attachments/assets/9d68a0f0-b769-473d-8eeb-43ac7447c499
1818
|M|1.7 MB|0.9801|0.70 ms|[Download](https://github.com/PINTO0309/VSDLM/releases/download/onnx/vsdlm_m.onnx)|
1919
|L|6.4 MB|0.9891|0.91 ms|[Download](https://github.com/PINTO0309/VSDLM/releases/download/onnx/vsdlm_l.onnx)|
2020

21-
## Setup
22-
23-
```bash
24-
git clone https://github.com/PINTO0309/VSDLM.git && cd VSDLM
25-
curl -LsSf https://astral.sh/uv/install.sh | sh
26-
uv sync
27-
source .venv/bin/activate
28-
```
29-
3021
## Inference
3122

3223
```bash
33-
uv run demo_vsdlm.py \
24+
python demo_vsdlm.py \
3425
-v 0 \
3526
-m deimv2_dinov3_s_wholebody34_1750query_n_batch_640x640.onnx \
3627
-vm vsdlm_l.onnx \
3728
-ep cuda
3829

39-
uv run demo_vsdlm.py \
30+
python demo_vsdlm.py \
4031
-v 0 \
4132
-m deimv2_dinov3_s_wholebody34_1750query_n_batch_640x640.onnx \
4233
-vm vsdlm_l.onnx \

0 commit comments

Comments
 (0)