Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload tasks: MovieChat-1K, VDC #342

Merged
merged 3 commits into from
Oct 26, 2024
Merged

Conversation

Espere-1119-Song
Copy link
Contributor

@Espere-1119-Song Espere-1119-Song commented Oct 22, 2024

Upload two video understanding tasks: MovieChat-1K, VDC

  • MovieChat-1K: A long video question answering benchmark in global mode and breakpoint mode evaluated by GPT-3.5. MovieChat-1K is introduced by MovieChat.
  • VDC: A video detailed structure captioning benchmark including camera captions, short captions, background captions, main object captions, and detailed captions evaluated by VDCScore. VDC is introduced by AuroraCap.

@@ -0,0 +1,16 @@
task: vdc_background
dataset_path: ${YOUR_DATASET_PATH}/background_test
Copy link
Collaborator

@kcz358 kcz358 Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this redundant? Or wrongly added.

@@ -0,0 +1,16 @@
task: vdc_camera
dataset_path: ${YOUR_DATASET_PATH}/camera_test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here.

@@ -0,0 +1,16 @@
task: vdc_detailed
dataset_path: ${YOUR_DATASET_PATH}/detailed_test
Copy link
Collaborator

@kcz358 kcz358 Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here.

@@ -0,0 +1,16 @@
task: vdc_main_object
dataset_path: ${YOUR_DATASET_PATH}/main_object_test
Copy link
Collaborator

@kcz358 kcz358 Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here.

Copy link
Collaborator

@kcz358 kcz358 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, there are some minor issues in the yaml file. If it is not needed, you can remove it or correct it. Thank you!

Also, can you format the code using pre-commit to pass the linting issue? You can pass the lint test by using

pip install pre-commit
pre-commit install
pre-commit run --all-files

@@ -0,0 +1,16 @@
task: vdc_short
dataset_path: ${YOUR_DATASET_PATH}/short_test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here.

@kcz358 kcz358 merged commit 924814c into EvolvingLMMs-Lab:main Oct 26, 2024
1 check passed
ZhaoCinyu pushed a commit to ZhaoCinyu/lmms-eval that referenced this pull request Dec 9, 2024
* moviechat-1K, VDC

* Fix datasets error

* pre-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants