File size: 648 Bytes
b780ea1 468f7c1 b780ea1 468f7c1 4cfb89e a416f75 4cfb89e 468f7c1 |
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 |
---
license: mit
---
The dataset proposed in our paper "AnyPattern: Towards In-context Image Copy Detection".
Please go to [Github](https://github.com/WangWenhao0716/AnyPattern) for the code about how to use this dataset.
Here, we show how to **download** this dataset.
# anypattern_v31
```
for letter in {a..z}; do
wget https://huggingface.co/datasets/WenhaoWang/AnyPattern/resolve/main/train/anypattern_v31_part_a$letter
done
wget https://huggingface.co/datasets/WenhaoWang/AnyPattern/resolve/main/train/anypattern_v31_part_ba
cat anypattern_v31_part_a{a..z} anypattern_v31_part_ba > anypattern_v31.tar
tar -xvf anypattern_v31.tar
```
|