We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f4dcd commit b00f733Copy full SHA for b00f733
evaluate.py
@@ -17,7 +17,7 @@
17
parser = ArgumentParser(description='Evaluate a ReID embedding.')
18
19
parser.add_argument(
20
- '--excluder', required=True, choices=('market1501', 'diagonal'),
+ '--excluder', required=True, choices=('market1501', 'diagonal','duke'),
21
help='Excluder function to mask certain matches. Especially for multi-'
22
'camera datasets, one often excludes pictures of the query person from'
23
' the gallery if it is taken from the same camera. The `diagonal`'
0 commit comments