Skip to content

Commit 6d10336

Browse files
committed
update mdoel config and model checkpoint paths in docker-compose
1 parent 2b71058 commit 6d10336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

label_studio_ml/examples/segment_anything_2_image/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ services:
3232
# specify device
3333
- DEVICE=cuda # or 'cpu' (coming soon)
3434
# SAM2 model config
35-
- MODEL_CONFIG=sam2_hiera_l.yaml
35+
- MODEL_CONFIG=configs/sam2.1/sam2.1_hiera_l.yaml
3636
# SAM2 checkpoint
37-
- MODEL_CHECKPOINT=sam2_hiera_large.pt
37+
- MODEL_CHECKPOINT=sam2.1_hiera_large.pt
3838

3939
# Specify the Label Studio URL and API key to access
4040
# uploaded, local storage and cloud storage files.

0 commit comments

Comments
 (0)