saraghznfri commited on
Commit
e064bd8
·
verified ·
1 Parent(s): f3afa13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: cc
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc
3
+ ---
4
+
5
+ - Download HQ-Edit and MagicBrush annotation files
6
+
7
+ ```
8
+ git clone https://huggingface.co/datasets/saraghznfri/unisim_data
9
+ ```
10
+
11
+ - Download HQ-Edit images
12
+ ```
13
+ cd HQ-Edit
14
+ wget https://huggingface.co/datasets/lmms-lab/M4-Instruct-Data/resolve/main/HQ-Edit.zip
15
+ ```
16
+
17
+ - Download MagicBrush images
18
+ ```
19
+ cd ../MagicBrush
20
+ wget https://huggingface.co/datasets/lmms-lab/M4-Instruct-Data/resolve/main/MagicBrush.zip
21
+ ```
22
+
23
+ - Download Polaris images and annotation files
24
+ ```
25
+ cd ..
26
+ mkdir polaris
27
+ cd polaris
28
+ wget https://huggingface.co/datasets/yuwd/Polaris/resolve/main/images.tar.gz
29
+ wget https://huggingface.co/datasets/yuwd/Polaris/resolve/main/polaris_test.csv
30
+ wget https://huggingface.co/datasets/yuwd/Polaris/resolve/main/polaris_train.csv
31
+ wget https://huggingface.co/datasets/yuwd/Polaris/resolve/main/polaris_val.csv
32
+ ```
33
+
34
+ - Download HPDv2 image and annotation files
35
+ ```
36
+ cd ..
37
+ mkdir hpdv2
38
+ cd hpdv2
39
+ wget https://huggingface.co/datasets/ymhao/HPDv2/resolve/main/train.json
40
+ wget https://huggingface.co/datasets/ymhao/HPDv2/resolve/main/train.tar.gz
41
+ wget https://huggingface.co/datasets/ymhao/HPDv2/resolve/main/test.tar.gz
42
+ wget https://huggingface.co/datasets/ymhao/HPDv2/resolve/main/test.json
43
+ ```