-
Notifications
You must be signed in to change notification settings - Fork 251
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
download links for the datasets #233
Comments
Hi, in stage1 and stage2, the data we use comes from the public datasets WebVid10M, CC3M, CC12M, COCO, VG, SBU, InternVid-1M, you can download it yourself and adjust the https://github.com/OpenGVLab/Ask-Anything/blob/main/video_chat2/configs/data.py according to your data organization format; the data used in stage3 has been listed in data.md for your reference. |
After downloading these public datasets, can I train the model using the original format of the public data, or do I need to preprocess the data into a specific format before training? |
You can directly use the downloaded data for training, but the meta file needs to be consistent with our data json format. You can refer to the format https://huggingface.co/datasets/OpenGVLab/VideoChat2-IT |
Hi, we will close this issue. Feel free to contact us if you have other questions. |
Thank you for the excellent work! If I want to reproduce your results, I would first need to download the datasets for stage 1, stage 2, and stage 3. However, I couldn’t find the download links for the datasets, and I would greatly appreciate it if you could provide the links along with the directory tree structure of the dataset after downloading.
The text was updated successfully, but these errors were encountered: