Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YouLiXiya
/
Mobile-SAM
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dbfeaf7
Mobile-SAM
/
app.py
YouLiXiya
Update app.py
dbfeaf7
over 1 year ago
raw
Copy download link
history
blame
Safe
162 Bytes
import
os
os.system(
'cd GroundingDINO && pip install -e. && cd ..'
)
os.system(
'cd segment_anything && pip install -e. && cd ..'
)
os.system(
'python mobile-sam.py'
)