|
--- |
|
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 |
|
``` |
|
|
|
|
|
|