Skip to content

Commit 60eebb9

Browse files
authored
Update README.md
1 parent a34ec13 commit 60eebb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ST_DM/KDD2022-DuMapper/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ To save the tremendous labor costs, we devised DuMapper, an automatic system for
77

88
### How to run
99

10-
Deep multimodal embedding (DME) of a POI: This neural module takes the signboard image and the coordinates of a POI as input to generate its multimodal vector representation.
10+
- Deep multimodal embedding (DME) of a POI: This neural module takes the signboard image and the coordinates of a POI as input to generate its multimodal vector representation.
1111

12-
Approximate nearest neighbor (ANN) search through the large-scale POI database: This module takes advantage of ANN algorithms to conduct a more accurate search through billions of archived POI embeddings in the database for verification within milliseconds.
12+
- Approximate nearest neighbor (ANN) search through the large-scale POI database: This module takes advantage of ANN algorithms to conduct a more accurate search through billions of archived POI embeddings in the database for verification within milliseconds.
1313

14-
train.py: train and build DME model.
14+
- train.py: train and build DME model.
1515

16-
infer.py: generate multimodal embedding of a POI.
16+
- infer.py: generate multimodal embedding of a POI for ANN search.
1717

1818

0 commit comments

Comments
 (0)