Update README.md

This commit is contained in:
junfeng tu 2022-10-16 15:24:05 +08:00 committed by GitHub
parent 5c26972d9c
commit c3cb64cc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ After the dataset has been prepared, we could run the follow command to train.
![result](./data/result.png)
## Citation
```
inproceedings{10.1145/3503161.3548187,
author = {Tu, Junfeng and Liu, Xueliang and Lin, Zongxiang and Hong, Richang and Wang, Meng},
title = {Differentiable Cross-Modal Hashing via Multimodal Transformers},
@ -73,6 +74,7 @@ booktitle = {Proceedings of the 30th ACM International Conference on Multimedia}
pages = {453461},
numpages = {9},
}
```
## Acknowledegements
[CLIP](https://github.com/openai/CLIP)