From bd5e0a321a23c50be8a17e363b72ad0e2143c311 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 29 Nov 2024 14:36:26 +0900 Subject: [PATCH] docs: update INSTALL.md indentify -> identify --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 7f32564f7..66a0baf20 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -84,7 +84,7 @@ from sam2.modeling import sam2_base print(sam2_base.__file__) ``` -and check whether the content in the printed local path of `sam2/modeling/sam2_base.py` matches the latest one in https://github.com/facebookresearch/sam2/blob/main/sam2/modeling/sam2_base.py (e.g. whether your local file has `no_obj_embed_spatial`) to indentify if you're still using a previous installation. +and check whether the content in the printed local path of `sam2/modeling/sam2_base.py` matches the latest one in https://github.com/facebookresearch/sam2/blob/main/sam2/modeling/sam2_base.py (e.g. whether your local file has `no_obj_embed_spatial`) to identify if you're still using a previous installation.