SAM2.1
SAM2.1 checkpoints + training code + Demo
This commit is contained in:
32
setup.py
32
setup.py
@@ -32,8 +32,36 @@ REQUIRED_PACKAGES = [
|
||||
]
|
||||
|
||||
EXTRA_PACKAGES = {
|
||||
"demo": ["matplotlib>=3.9.1", "jupyter>=1.0.0", "opencv-python>=4.7.0"],
|
||||
"dev": ["black==24.2.0", "usort==1.0.2", "ufmt==2.0.0b2"],
|
||||
"notebooks": [
|
||||
"matplotlib>=3.9.1",
|
||||
"jupyter>=1.0.0",
|
||||
"opencv-python>=4.7.0",
|
||||
"eva-decord>=0.6.1",
|
||||
],
|
||||
"interactive-demo": [
|
||||
"Flask>=3.0.3",
|
||||
"Flask-Cors>=5.0.0",
|
||||
"av>=13.0.0",
|
||||
"dataclasses-json>=0.6.7",
|
||||
"eva-decord>=0.6.1",
|
||||
"gunicorn>=23.0.0",
|
||||
"imagesize>=1.4.1",
|
||||
"pycocotools>=2.0.8",
|
||||
"strawberry-graphql>=0.239.2",
|
||||
],
|
||||
"dev": [
|
||||
"black==24.2.0",
|
||||
"usort==1.0.2",
|
||||
"ufmt==2.0.0b2",
|
||||
"fvcore>=0.1.5.post20221221",
|
||||
"pandas>=2.2.2",
|
||||
"scikit-image>=0.24.0",
|
||||
"tensorboard>=2.17.0",
|
||||
"pycocotools>=2.0.8",
|
||||
"tensordict>=0.5.0",
|
||||
"opencv-python>=4.7.0",
|
||||
"submitit>=1.5.1",
|
||||
],
|
||||
}
|
||||
|
||||
# By default, we also build the SAM 2 CUDA extension.
|
||||
|
Reference in New Issue
Block a user