We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdc042 commit 1bc0cabCopy full SHA for 1bc0cab
label_studio_ml/examples/segment_anything_2_image/model.py
@@ -19,8 +19,8 @@
19
20
DEVICE = os.getenv('DEVICE', 'cuda')
21
SEGMENT_ANYTHING_2_REPO_PATH = os.getenv('SEGMENT_ANYTHING_2_REPO_PATH', 'segment-anything-2')
22
-MODEL_CONFIG = os.getenv('MODEL_CONFIG', 'sam2_hiera_l.yaml')
23
-MODEL_CHECKPOINT = os.getenv('MODEL_CHECKPOINT', 'sam2_hiera_large.pt')
+MODEL_CONFIG = os.getenv('MODEL_CONFIG', 'sam2.1_hiera_l.yaml')
+MODEL_CHECKPOINT = os.getenv('MODEL_CHECKPOINT', 'sam2.1_hiera_large.pt')
24
25
if DEVICE == 'cuda':
26
# use bfloat16 for the entire notebook
0 commit comments