Skip to content

Commit b61ea61

Browse files
authored
Fix typo for --gallery_embeddings help line.
Thanks @AsuradaYuci for pointing it out in #39
1 parent 405c965 commit b61ea61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
parser.add_argument(
3939
'--gallery_embeddings', required=True,
40-
help='Path to the h5 file containing the query embeddings.')
40+
help='Path to the h5 file containing the gallery embeddings.')
4141

4242
parser.add_argument(
4343
'--metric', required=True, choices=loss.cdist.supported_metrics,

0 commit comments

Comments
 (0)