Skip to content

Commit a693af9

Browse files
authored
Update README.md
1 parent a56dde9 commit a693af9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# VSE-HAL
22
Code release for **HAL: Improved Text-Image Matching by Mitigating Visual Semantic Hubs** [\[arxiv\]](https://arxiv.org/pdf/1911.10097v1.pdf) at AAAI 2020.
33

4-
```
4+
```bibtex
55
@inproceedings{liu2020hal,
6-
title={HAL: Improved Text-Image Matching by Mitigating Visual Semantic Hubs},
6+
title={{HAL}: Improved text-image matching by mitigating visual semantic hubs},
77
author={Liu, Fangyu and Ye, Rongtian and Wang, Xun and Li, Shuaipeng},
8-
booktitle={Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI-20)},
8+
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
9+
volume={34},
10+
number={07},
11+
pages={11563--11571},
912
year={2020}
1013
}
1114
```
@@ -55,7 +58,7 @@ tensorboard_logger == 0.1.0
5558

5659
## Train
5760

58-
Run `train.py`
61+
Run `train.py`.
5962

6063
#### MS-COCO
6164

@@ -118,7 +121,7 @@ python3 train.py \
118121

119122
## Evaluate
120123

121-
run `compute_results.py`
124+
Run `compute_results.py`.
122125

123126
#### COCO
124127

0 commit comments

Comments
 (0)