SiyuanHuang95 / ManipVQA

[IROS24 Oral]ManipVQA: Injecting Robotic Affordance and Physically Grounded Information into Multi-Modal Large Language Models
40 stars 1 forks source link

LLM dir seems incomplete #5

Closed zaixing-wang closed 2 days ago

zaixing-wang commented 3 days ago

I tried to run eval, but suffered some issues: ModuleNotFoundError: No module named 'accessory.model.LLM.pointbert' ModuleNotFoundError: No module named 'accessory.model.LLM.llama_qformerv2'

SiyuanHuang95 commented 2 days ago

thanks for your interests in our project, and pointing out the small typos in the codes.

These two lines are irrelevant and have been removed now.

For any further question, please let me know

zaixing-wang commented 2 days ago

thanks for your interests in our project, and pointing out the small typos in the codes.

These two lines are irrelevant and have been removed now.

For any further question, please let me know

Thank you for your helpful response.