Skip to content

Commit

Permalink
Update the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
lartpang committed Dec 2, 2024
1 parent ef67f25 commit dfe9a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ See our ArXiv version for dataset details and set their paths in the config file
2. `cd segment-anything`
3. `pip install -e .`
2. Install SAM 2:
1. `git clone https://github.com/facebookresearch/sam2.git`
2. `cd sam2`
1. `git clone https://github.com/facebookresearch/sam2.git segment-anything2` (Use a separate folder for `sam2` code.)
2. `cd segment-anything2`
3. `pip install -e .`
3. Download SAM and SAM 2 checkpoints and assign their paths to the items `sam-l` and `sam2-l` of the config file:
1. `vit_l` checkpoint from <https://github.com/facebookresearch/segment-anything?tab=readme-ov-file#model-checkpoints>.
Expand Down

0 comments on commit dfe9a6d

Please sign in to comment.