Update links after renaming the repo from segment-anything-2
to sam2
(#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 commit is contained in:
6
setup.py
6
setup.py
@@ -8,10 +8,10 @@ import os
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
# Package metadata
|
||||
NAME = "SAM 2"
|
||||
NAME = "SAM-2"
|
||||
VERSION = "1.0"
|
||||
DESCRIPTION = "SAM 2: Segment Anything in Images and Videos"
|
||||
URL = "https://github.com/facebookresearch/segment-anything-2"
|
||||
URL = "https://github.com/facebookresearch/sam2"
|
||||
AUTHOR = "Meta AI"
|
||||
AUTHOR_EMAIL = "segment-anything@meta.com"
|
||||
LICENSE = "Apache 2.0"
|
||||
@@ -79,7 +79,7 @@ CUDA_ERROR_MSG = (
|
||||
"Failed to build the SAM 2 CUDA extension due to the error above. "
|
||||
"You can still use SAM 2 and it's OK to ignore the error above, although some "
|
||||
"post-processing functionality may be limited (which doesn't affect the results in most cases; "
|
||||
"(see https://github.com/facebookresearch/segment-anything-2/blob/main/INSTALL.md).\n"
|
||||
"(see https://github.com/facebookresearch/sam2/blob/main/INSTALL.md).\n"
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user