Update links after renaming the repo from segment-anything-2 to sam2#341
Merged
ronghanghu merged 1 commit intoOct 1, 2024
Merged
Conversation
This PR update repo links after we renamed the repo from `segment-anything-2` to `sam2`. It also changes `NAME` in setup.py to `SAM-2` (which is already the named used in pip setup since python packages don't allow whitespace)
9885694 to
68e8513
Compare
haithamkhedr
approved these changes
Oct 1, 2024
FL33TW00D
pushed a commit
to huggingface/segment-anything-2
that referenced
this pull request
Oct 1, 2024
* SAM2.1 SAM2.1 checkpoints + training code + Demo * minor update README.md * [docs] add a release note and new installation instructions for SAM 2.1 (facebookresearch#338) * Update links after renaming the repo from `segment-anything-2` to `sam2` (facebookresearch#341) This PR update repo links after we renamed the repo from `segment-anything-2` to `sam2`. It also changes `NAME` in setup.py to `SAM-2` (which is already the named used in pip setup since python packages don't allow whitespace) * Default to 2.1 checkpoints * Change output name too * Replace assertion with scores as a better predictor * Change filename prefix to SAM2_1 Because `.` cannot be part of a Swift identifier. --------- Co-authored-by: Haitham Khedr <[email protected]> Co-authored-by: Chay Ryali <[email protected]> Co-authored-by: Ronghang Hu <[email protected]>
mahmoudzaouali
pushed a commit
to mahmoudzaouali/sam2
that referenced
this pull request
Jul 31, 2025
…m2` (facebookresearch#341) This PR update repo links after we renamed the repo from `segment-anything-2` to `sam2`. It also changes `NAME` in setup.py to `SAM-2` (which is already the named used in pip setup since python packages don't allow whitespace)
maximuswatkins
pushed a commit
to owen24819/CellSam2
that referenced
this pull request
May 25, 2026
…m2` (facebookresearch#341) This PR update repo links after we renamed the repo from `segment-anything-2` to `sam2`. It also changes `NAME` in setup.py to `SAM-2` (which is already the named used in pip setup since python packages don't allow whitespace)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR update repo links after we renamed the repo from
segment-anything-2tosam2. It also changesNAMEin setup.py toSAM-2(which is already the named used in pip setup since python packages don't allow whitespace)