Skip to content

Commit b00f733

Browse files
committed
Add duke support in evaluate.py optins
1 parent 89f4dcd commit b00f733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
parser = ArgumentParser(description='Evaluate a ReID embedding.')
1818

1919
parser.add_argument(
20-
'--excluder', required=True, choices=('market1501', 'diagonal'),
20+
'--excluder', required=True, choices=('market1501', 'diagonal','duke'),
2121
help='Excluder function to mask certain matches. Especially for multi-'
2222
'camera datasets, one often excludes pictures of the query person from'
2323
' the gallery if it is taken from the same camera. The `diagonal`'

0 commit comments

Comments
 (0)