This repository was archived by the owner on Jan 29, 2024. It is now read-only.
File tree 3 files changed +20
-6
lines changed
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
| | Rank@1 | mAP|
6
6
| -------- | ----- | ---- |
7
- | Market1501 | 88.84% | 71.59% |
8
- | DukeMTMC | 90.17% | 74.02% |
9
- | CUHK03-labeled | 92.64% | 77.47% |
10
- | CUHK03-detected | 88.03% | 71.40% |
11
- | CUHK01 | 91.83% | 78.32% |
7
+ | Market1501 | 93.7% | 84.2% |
8
+ | DukeMTMC | 86.4% | 74.5% |
9
+ | CUHK03-labeled | 75.9% | 72.5% |
10
+ | CUHK03-detected | 71.2% | 68.0% |
11
+ | CUHK01 | [ ] | [ ] |
12
+
13
+ ** Results with Flip operating**
14
+
15
+ | | Rank@1 | mAP|
16
+ | -------- | ----- | ---- |
17
+ | Market1501 | 93.7% | 84.8% |
18
+ | DukeMTMC | 87.2% | 75.4% |
19
+ | CUHK03-labeled | 76.6% | 73.5% |
20
+ | CUHK03-detected | 72.6% | 69.2% |
21
+ | CUHK01 | [ ] | [ ] |
12
22
13
23
## Test
14
24
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def test(cfg, flip):
69
69
70
70
if __name__ == '__main__' :
71
71
parser = argparse .ArgumentParser (description = "Person Re-identification Project." )
72
- parser .add_argument ('--config' , default = './configs/sample_Adam_CUHK03L_Warmup_Exp-13 .yaml' )
72
+ parser .add_argument ('--config' , default = './configs/sample .yaml' )
73
73
parser .add_argument ('--flip' , default = True )
74
74
args = parser .parse_args ()
75
75
Original file line number Diff line number Diff line change
1
+ python test.py --config ./configs/sample_CUHK03L.yaml
2
+ python test.py --config ./configs/sample_CUHK03D.yaml
3
+ python test.py --config ./configs/sample_DukeMTMC.yaml
4
+ python test.py --config ./configs/sample_Market1501.yaml
You can’t perform that action at this time.
0 commit comments