DAMO-NLP-SG / VCD

[CVPR 2024 Highlight] Mitigating Object Hallucinations in Large Vision-Language Models through Visual Contrastive Decoding
Apache License 2.0
196 stars 9 forks source link

Issues about importing llava #14

Closed Melon-Xu closed 2 months ago

Melon-Xu commented 2 months ago

Hi, thank you for your wonderful work!

Sorry that I am new to this field. When I wanted to reproduce your result, I met the following issue: ModuleNotFoundError: No module named 'llava'

I have installed the llava: llava-0.0.1.dev0

I tried other methods but could not solve this issue.

I installed other dependencies based on the requirements.txt in this repo. The python version is 3.9.19.

Could you help me fix this issue? Thank you very much!