From c3cb64cc7a75513e0604d1de4571117c61822f52 Mon Sep 17 00:00:00 2001 From: junfeng tu <43564404+kalenforn@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:24:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cdaa52..1eca308 100644 --- a/README.md +++ b/README.md @@ -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 = {453–461}, numpages = {9}, } +``` ## Acknowledegements [CLIP](https://github.com/openai/CLIP)