Datasets:
WenhaoWang
commited on
Commit
•
c374254
1
Parent(s):
32bf9e0
Update README.md
Browse files
README.md
CHANGED
@@ -68,4 +68,27 @@ You can also download each file by ```wget```:
|
|
68 |
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/training_pairs.tar
|
69 |
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/test_pairs.tar
|
70 |
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/labels.csv
|
71 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/training_pairs.tar
|
69 |
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/test_pairs.tar
|
70 |
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/labels.csv
|
71 |
+
```
|
72 |
+
|
73 |
+
# Curators
|
74 |
+
D-Rep is created by [Wenhao Wang](https://wangwenhao0716.github.io/), Dr. [Yifan Sun](https://yifansun-reid.github.io/), [Zhentao Tan](https://scholar.google.com.hk/citations?user=jDsfBUwAAAAJ) and Professor [Yi Yang](https://scholar.google.com/citations?user=RMSuNFwAAAAJ).
|
75 |
+
|
76 |
+
# License
|
77 |
+
|
78 |
+
We release our D-Rep under the [MIT license](https://opensource.org/license/mit).
|
79 |
+
|
80 |
+
|
81 |
+
# Citation
|
82 |
+
```
|
83 |
+
@article{wang2024icdiff,
|
84 |
+
title={Image Copy Detection for Diffusion Models},
|
85 |
+
author={Wang, Wenhao and Sun, Yifan and Tan, Zhentao and Yang, Yi},
|
86 |
+
booktitle={Thirty-eighth Conference on Neural Information Processing Systems},
|
87 |
+
year={2024},
|
88 |
+
url={https://openreview.net/forum?id=gvlOQC6oP1}
|
89 |
+
}
|
90 |
+
```
|
91 |
+
|
92 |
+
# Contact
|
93 |
+
|
94 |
+
If you have any questions, feel free to contact Wenhao Wang (wangwenhao0716@gmail.com).
|