rockerBOO commited on
Commit
37dec80
·
verified ·
1 Parent(s): dd1b30b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ https://github.com/Eniac-Xie/TEAM
6
+
7
+ # Token Embeddings Alignment for Cross-Modal Retrieval
8
+
9
+ PyTorch implementation and pretrained models of TEAM.
10
+
11
+ ```
12
+ @inproceedings{TEAM2022MM,
13
+ title = {Token Embeddings Alignment for Cross-Modal Retrieval},
14
+ author = {Xie, Chen-Wei and Wu, Jianmin and Zheng, Yun and Pan, Pan and Hua, Xian-Sheng},
15
+ booktitle = {ACMMM},
16
+ year = {2022}
17
+ }
18
+ ```