mirror of
https://github.com/KaiyangZhou/deep-person-reid.git
synced 2025-06-03 14:53:23 +08:00
add \n
This commit is contained in:
parent
8e5265099d
commit
1e7bbc3668
@ -183,7 +183,7 @@ class Engine(object):
|
||||
targets = list(testloader.keys())
|
||||
|
||||
for name in targets:
|
||||
print('Evaluate {}'.format(name))
|
||||
print('\nEvaluating {}'.format(name))
|
||||
queryloader = testloader[name]['query']
|
||||
galleryloader = testloader[name]['gallery']
|
||||
rank1 = self._evaluate(
|
||||
|
Loading…
x
Reference in New Issue
Block a user