commit2 runpod
This commit is contained in:
5
setup.py
5
setup.py
@@ -13,11 +13,14 @@ setup(
|
||||
"pillow>=10.0.0",
|
||||
"pyyaml>=6.0",
|
||||
"ultralytics>=8.0.0",
|
||||
"sam2>=1.0.0",
|
||||
# "sam2>=1.0.0", # Install separately: pip install git+https://github.com/facebookresearch/segment-anything-2.git
|
||||
"tqdm>=4.65.0",
|
||||
"psutil>=5.9.0",
|
||||
"ffmpeg-python>=0.2.0",
|
||||
],
|
||||
dependency_links=[
|
||||
"git+https://github.com/facebookresearch/segment-anything-2.git#egg=sam2"
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"vr180-matting=vr180_matting.main:main",
|
||||
|
||||
Reference in New Issue
Block a user