Skip to content

Commit e8a25b0

Browse files
authored
Fix hyphens to underscores in sam2 branch (#665)
1 parent fb9faad commit e8a25b0

File tree

1 file changed

+1
-1
lines changed
  • label_studio_ml/examples/segment_anything_2_image

1 file changed

+1
-1
lines changed

label_studio_ml/examples/segment_anything_2_image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ You should now have the following folder structure:
149149

150150
```bash
151151
cd ~/sam2
152-
label-studio-ml start ../label-studio-ml-backend/label-studio-ml/examples/segment_anything_2_image
152+
label-studio-ml start ../label-studio-ml-backend/label_studio_ml/examples/segment_anything_2_image
153153
```
154154

155155
Due to breaking changes from Meta [HERE](https://github.com/facebookresearch/sam2/blob/c2ec8e14a185632b0a5d8b161928ceb50197eddc/sam2/build_sam.py#L20), it is CRUCIAL that you run this command from the sam2 directory at your root directory.

0 commit comments

Comments
 (0)