Skip to content

Commit

Permalink
add model links
Browse files Browse the repository at this point in the history
  • Loading branch information
SSL-SOLIDER committed Apr 11, 2023
1 parent fd94107 commit c35c076
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ sh runtest.sh

| Method | Model | MSMT17<br>(w/o RK) | Market1501<br>(w/o RK) | MSMT17<br>(with RK) | Market1501<br>(with RK) |
| ------ | :---: | :---: | :---: | :---: | :---: |
| SOLIDER | Swin Tiny | 67.4/85.9 | 91.6/96.1 | 81.5/89.2 | 95.3/96.6 |
| SOLIDER | Swin Small | 76.9/90.8 | 93.3/96.6 | 86.5/91.7 | 95.4/96.4 |
| SOLIDER | Swin Base | 77.1/90.7 | 93.9/96.9 | 86.5/91.7 | 95.6/96.7 |
| SOLIDER | Swin Tiny | 67.4/85.9<br>([Link](https://drive.google.com/file/d/10YLhMbwvmxZl3gTVo2BN_828SKZHdCjr/view?usp=share_link)) | 91.6/96.1<br>([Link](https://drive.google.com/file/d/1YrE_r9Fk5uR0uFFQboBv203vxlOpFXU8/view?usp=share_link)) | 81.5/89.2 | 95.3/96.6 |
| SOLIDER | Swin Small | 76.9/90.8<br>([Link](https://drive.google.com/file/d/1C-aIZdFyjFsZX4W4feG-Ex39RU2Qvu3b/view?usp=share_link)) | 93.3/96.6<br>([Link](https://drive.google.com/file/d/14uOCf5yZq0Rt5rRSJI9I7_d5kt2EOyHO/view?usp=share_link)) | 86.5/91.7 | 95.4/96.4 |
| SOLIDER | Swin Base | 77.1/90.7<br>([Link](https://drive.google.com/file/d/1Y-RFAYdT56vnMjwxH1Ym3DVhZzZuMQZs/view?usp=share_link)) | 93.9/96.9<br>([Link](https://drive.google.com/file/d/1pZ1unW2IwSsqSN2KYHcgBhgjQztQW_fe/view?usp=share_link)) | 86.5/91.7 | 95.6/96.7 |

- mAP/Rank1 are used as evaluation metric, RK indicates whether re-ranking is involved.
- `mAP/Rank1` are used as evaluation metric, `RK` indicates whether re-ranking is involved.
- `RK` shares the same models with `w/o RK`.
- We use the pretrained models from [SOLIDER](https://github.com/tinyvision/SOLIDER).
- The semantic weight is set to 0.2 in these experiments.

Expand Down

0 comments on commit c35c076

Please sign in to comment.