File size: 1,035 Bytes
8cf3bfc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# MuST-Bench
This repository is the official implementation of MuST-Bench dataset reconstruction.
>π Once all the steps are completed, the final results will be saved in the './must-bench' directory.
## Requirements
To install requirements:
```setup
pip install -r requirements.txt
```
## Download Multilingual Poster Data
To get the multilingual poster, run this command:
```
python get_posters.py data.json
```
>π Once the execution is complete, the data will be saved in the './data' directory.
## Create Multilingual Pair Image Patch
To get the image patch, run this command:
```
python get_styleimgs.py data.json ./data
```
>π Once the execution is complete, the data will be saved in the './must-bench' directory.
Make multilingual pair:
```
python merge_language.py US CN
python merge_language.py US KR
python merge_language.py US RU
python merge_language.py US AR
python merge_language.py US TH
```
π Once the execution is complete, the pair data will be saved in the './must-bench' directory.
|