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