Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 93ee7d0

Browse files
committed
Update README.
1 parent 5b31822 commit 93ee7d0

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

README.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@
44

55
| | Rank@1 | mAP|
66
| -------- | ----- | ---- |
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 | [] | [] |
1222

1323
## Test
1424

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test(cfg, flip):
6969

7070
if __name__ == '__main__':
7171
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')
7373
parser.add_argument('--flip', default=True)
7474
args = parser.parse_args()
7575

testing.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

0 commit comments

Comments
 (0)