Skip to content

Commit aad56e4

Browse files
authored
Merge pull request tensorflow#3918 from andrefaraujo/master
Updating DELF README
2 parents e3bfb9b + c54c9bd commit aad56e4

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

research/delf/README.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ Hyeonwoo Noh, Andre Araujo, Jack Sim, Tobias Weyand, Bohyung Han,
2121
Proc. ICCV'17
2222
```
2323

24+
## News
25+
26+
- DELF achieved state-of-the-art results in a CVPR'18 image retrieval paper:
27+
[Radenovic et al., "Revisiting Oxford and Paris: Large-Scale Image Retrieval
28+
Benchmarking"](https://arxiv.org/abs/1803.11285).
29+
- DELF was featured in
30+
[ModelDepot](https://modeldepot.io/mikeshi/delf/overview)
31+
- DELF is now available in
32+
[TF-Hub](https://www.tensorflow.org/hub/modules/google/delf/1)
33+
34+
## Dataset
35+
36+
The Google-Landmarks dataset has been released as part of two Kaggle challenges:
37+
[Landmark Recognition](https://www.kaggle.com/c/landmark-recognition-challenge)
38+
and [Landmark Retrieval](https://www.kaggle.com/c/landmark-retrieval-challenge).
39+
If you make use of the dataset in your research, please consider citing the
40+
paper mentioned above.
41+
2442
## Installation
2543

2644
To be able to use this code, please follow [these
@@ -70,14 +88,6 @@ feature extraction and matching:
7088
- `delf_config_example.pbtxt` shows an example instantiation of the DelfConfig
7189
proto, used for DELF feature extraction.
7290

73-
## Dataset
74-
75-
The Google Landmarks dataset has been released as part of two Kaggle challenges:
76-
[Landmark Recognition](https://www.kaggle.com/c/landmark-recognition-challenge)
77-
and [Landmark Retrieval](https://www.kaggle.com/c/landmark-retrieval-challenge).
78-
If you make use of the dataset in your research, please consider citing the
79-
paper mentioned above.
80-
8191
## Maintainers
8292

8393
André Araujo (@andrefaraujo)

0 commit comments

Comments
 (0)