Spaces:
Running
Running
File size: 139 Bytes
dd5b9d2 |
1 2 3 4 5 6 7 |
from langground import LangGround
import cv2
image = cv2.imread('./assets/demo.jpeg')
lg = LangGround()
lg.localize(image, "i'm thirsty")
|