Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JunJiaGuo
/
lang-ground
like
0
Running
App
Files
Files
Community
1
dd5b9d2
lang-ground
/
example.py
JunJiaGuo
Upload folder using huggingface_hub
dd5b9d2
verified
3 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"
)