z-x-yang / DoraemonGPT

Official repository of DoraemonGPT: Toward Understanding Dynamic Scenes with Large Language Models
BSD 3-Clause "New" or "Revised" License
75 stars 5 forks source link

can not git clone videogpt #4

Open zhaishengfu opened 2 months ago

zhaishengfu commented 2 months ago

when pip install requirement.txt, there is error

remote: Support for password authentication was removed on August 13, 2021.
  remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
  fatal: Authentication failed for 'https://github.com/z-x-yang/videogpt.git/

and when i clone using the url directly, the url of "https://github.com/z-x-yang/videogpt.git" is nor useable.

LiNO3Dy commented 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!

zhaishengfu commented 2 months ago

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?

z-x-yang commented 2 months ago

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.