lang-ground / example.py
JunJiaGuo's picture
Upload folder using huggingface_hub
dd5b9d2 verified
raw
history blame contribute delete
139 Bytes
from langground import LangGround
import cv2
image = cv2.imread('./assets/demo.jpeg')
lg = LangGround()
lg.localize(image, "i'm thirsty")