MiniGPT-v2 / dataset /README_2_STAGE.md
Vision-CAIR's picture
Upload 131 files
52ca9c9
## Second Stage Data Preparation
Our second stage dataset can be downloaded from
[here](https://drive.google.com/file/d/1nJXhoEcy3KTExr17I7BXqY5Y9Lx_-n-9/view?usp=share_link)
After extraction, you will get a data follder with the following structure:
```
cc_sbu_align
β”œβ”€β”€ filter_cap.json
└── image
β”œβ”€β”€ 2.jpg
β”œβ”€β”€ 3.jpg
...
```
Put the folder to any path you want.
Then, set up the dataset path in the dataset config file
[here](../minigpt4/configs/datasets/cc_sbu/align.yaml#L5) at Line 5.