Skip to content

Commit

Permalink
update vehicle reid pretrained model (#321, #351)
Browse files Browse the repository at this point in the history
close #321, #351
  • Loading branch information
L1aoXingyu committed Jan 27, 2021
1 parent 6945486 commit 1ed1a13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODEL_ZOO.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Bag of Specials(BoS):

| Method | Pretrained | Rank@1 | mAP | mINP | download |
| :---: | :---: | :---: |:---: | :---: | :---:|
| [SBS(R50-ibn)](https://github.com/JDAI-CV/fast-reid/blob/master/configs/VeRi/sbs_R50-ibn.yml) | ImageNet | 97.0% | 81.9% | 46.3% | -|
| [SBS(R50-ibn)](https://github.com/JDAI-CV/fast-reid/blob/master/configs/VeRi/sbs_R50-ibn.yml) | ImageNet | 97.0% | 81.9% | 46.3% | [model](https://github.com/JDAI-CV/fast-reid/releases/download/v0.1.1/veri_sbs_R50-ibn.pth) |

### VehicleID Baseline

Expand Down Expand Up @@ -193,7 +193,7 @@ Test protocol: 10-fold cross-validation; trained on 4 NVIDIA P40 GPU.
<td align="center">96.0%</td>
<td align="center">80.6%</td>
<td align="center">93.9%</td>
<td align="center">-</td>
<td align="center"><a href="https://github.com/JDAI-CV/fast-reid/releases/download/v0.1.1/vehicleid_bot_R50-ibn.pth">model</a></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -241,7 +241,7 @@ Test protocol: Trained on 4 NVIDIA P40 GPU.
<td align="center">92.5%</td>
<td align="center">77.3%</td>
<td align="center">49.8%</td>
<td align="center">-</td>
<td align="center"><a href="https://github.com/JDAI-CV/fast-reid/releases/download/v0.1.1/veriwild_bot_R50-ibn.pth">model</a></td>
</tr>
</tbody>
</table>

0 comments on commit 1ed1a13

Please sign in to comment.