Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jing-bi
/
lang-ground
like
1
Running
App
Files
Files
Community
917b125
lang-ground
/
example.py
jing-bi
Upload folder using huggingface_hub
917b125
verified
6 days ago
raw
Copy download link
history
blame
Safe
139 Bytes
from
langground
import
LangGround
import
cv2
image = cv2.imread(
'./assets/demo.jpeg'
)
lg = LangGround()
lg.localize(image,
"i'm thirsty"
)