OpenGVLab / all-seeing

[ICLR 2024 & ECCV 2024] The All-Seeing Projects: Towards Panoptic Visual Recognition&Understanding and General Relation Comprehension of the Open World"
https://huggingface.co/spaces/OpenGVLab/all-seeing
448 stars 14 forks source link

llava module not found #15

Open daniekpo opened 6 months ago

daniekpo commented 6 months ago

I run into missing modules (llava) when I run your provided scripts since llava module is not installed. I tried running pip install . -e in the /llava directory but it doesn't have a setup.py or pyproject.toml file. I installed the original llava repo and successfully fine-tuned using your provided scripts however it looks like you have a modified llava code from the original repo.

How do you recommend installing the llava module? Add all-seeing/llava to python path or install the original llava repo?

Weiyun1025 commented 5 months ago

Sorry for the late response.

We suggest you to add all-seeing/llava to python path.