Skip to content

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
MichalCiesiolka pushed a commit to MichalCiesiolka/lmms-eval-llmzszl that referenced this pull request Apr 3, 2025
* moviechat-1K, VDC

* Fix datasets error

* pre-commit
dadwadw233 pushed a commit to dadwadw233/lmms-eval that referenced this pull request Apr 28, 2025
* 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