Open zhaishengfu opened 2 months ago
Thank you for your message. To resolve the authentication issue you encountered when running pip install requirement.txt, please change the URL from https://github.com/z-x-yang/videogpt.git to https://github.com/z-x-yang/DoraemonGPT.git.
Alternatively, you can navigate to the directory and run the following command: cd yolo_tracking-master/ pip install -e .
I appreciate you bringing this to my attention, and I have made the necessary updates. If you have any further questions, feel free to ask!
Thanks. I think your framework is good, but for Egoschema evaluation, your result is not good enough compared to VideoAgent and other Agent methods. what caused this do you think?
The works you mentioned are all recent and very good. The possible reasons for their better performance might be: First, they are more specifically designed for the VQA rather than focusing on solving a broader range of tasks. Second, these recent works use GPT-4 as the base LLM, while our performance was primarily tested on last year’s GPT-3.5. The base LLM’s performance is significantly lower.
when pip install requirement.txt, there is error
and when i clone using the url directly, the url of "https://github.com/z-x-yang/videogpt.git" is nor useable.