Skip to content

Commit 965de0c

Browse files
authored
Update README.md
1 parent a3c6a5e commit 965de0c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Few-Shot Object Detection (FsDet)
22
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ucbdrive/few-shot-object-detection.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ucbdrive/few-shot-object-detection/context:python)
33

4-
FsDet contains the few-shot object detection implementation used in the paper
4+
FsDet contains the official few-shot object detection implementation of the ICML 2020 paper
55
[Frustratingly Simple Few-Shot Object Detection](https://arxiv.org/abs/2003.06957).
66
![TFA Figure](https://user-images.githubusercontent.com/7898443/76520006-698cc200-6438-11ea-864f-fd30b3d50cea.png)
77

@@ -15,10 +15,11 @@ If you find this repository useful for your publications, please consider citing
1515

1616
```angular2html
1717
@article{wang2020few,
18-
title={Frustratingly Simple Few-Shot Object Detection},
19-
author={Wang, Xin and Huang, Thomas E. and Darrell, Trevor and Gonzalez, Joseph E and Yu, Fisher}
20-
journal={arXiv preprint arXiv:2003.06957},
21-
year={2020}
18+
title={Frustratingly Simple Few-Shot Object Detection},
19+
author={Wang, Xin and Huang, Thomas E. and Darrell, Trevor and Gonzalez, Joseph E and Yu, Fisher}
20+
booktitle = {International Conference on Machine Learning (ICML)},
21+
month = {July},
22+
year = {2020}
2223
}
2324
```
2425

0 commit comments

Comments
 (0)