WenhaoWang commited on
Commit
a416f75
1 Parent(s): 4cfb89e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -6,6 +6,19 @@ The dataset proposed in our paper "AnyPattern: Towards In-context Image Copy Det
6
 
7
  Please go to [Github](https://github.com/WangWenhao0716/AnyPattern) for the code about how to use this dataset.
8
 
9
- Here, we show how to download this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
 
 
6
 
7
  Please go to [Github](https://github.com/WangWenhao0716/AnyPattern) for the code about how to use this dataset.
8
 
9
+ Here, we show how to **download** this dataset.
10
+
11
+
12
+ # anypattern_v31
13
+ ```
14
+ for letter in {a..z}; do
15
+ wget https://huggingface.co/datasets/WenhaoWang/AnyPattern/resolve/main/train/anypattern_v31_part_a$letter
16
+ done
17
+ wget https://huggingface.co/datasets/WenhaoWang/AnyPattern/resolve/main/train/anypattern_v31_part_ba
18
+
19
+ cat anypattern_v31_part_a{a..z} anypattern_v31_part_ba > anypattern_v31.tar
20
+
21
+ tar -xvf anypattern_v31.tar
22
+ ```
23
 
24