You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting 'cannot import name 'owl_v2_image' from 'vision_agent.tools'' while following readme steps
Steps:
Create and use venv
python3.11 -m venv .venv
source .venv/bin/activate
pip install vision-agent
This installed vision-agent 0.2.222
Pulling ollama models
ollama pull llama3.2-vision
ollama pull mxbai-embed-large
Trying basic example
from vision_agent.agent import OllamaVisionAgentCoder
agent = OllamaVisionAgentCoder(verbosity=2)
code = agent("Count the number of people in this image", media="people.jpeg")
The plan is getting generated, code is getting generated but code execution is failing with the below error ImportError: cannot import name 'owl_v2_image' from 'vision_agent.tools'
The text was updated successfully, but these errors were encountered:
Getting 'cannot import name 'owl_v2_image' from 'vision_agent.tools'' while following readme steps
Steps:
This installed vision-agent 0.2.222
The plan is getting generated, code is getting generated but code execution is failing with the below error
ImportError: cannot import name 'owl_v2_image' from 'vision_agent.tools'
The text was updated successfully, but these errors were encountered: