-
Notifications
You must be signed in to change notification settings - Fork 174
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
Conversation
@@ -0,0 +1,16 @@ | |||
task: vdc_background | |||
dataset_path: ${YOUR_DATASET_PATH}/background_test |
There was a problem hiding this comment.
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.
lmms_eval/tasks/vdc/vdc_camera.yaml
Outdated
@@ -0,0 +1,16 @@ | |||
task: vdc_camera | |||
dataset_path: ${YOUR_DATASET_PATH}/camera_test |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question here.
There was a problem hiding this 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
lmms_eval/tasks/vdc/vdc_short.yaml
Outdated
@@ -0,0 +1,16 @@ | |||
task: vdc_short | |||
dataset_path: ${YOUR_DATASET_PATH}/short_test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question here.
* moviechat-1K, VDC * Fix datasets error * pre-commit
Upload two video understanding tasks: MovieChat-1K, VDC