File size: 535 Bytes
28a91ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 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.