update readme
parent
6d162f4578
commit
f355b4d532
12
README.md
12
README.md
|
@ -1,6 +1,6 @@
|
||||||
<div align="center">
|
<p align="center">
|
||||||
<img src="imgs/deep-person-reid-logo.png" alt="logo" width="70%">
|
<img src="imgs/deep-person-reid-logo.png" alt="logo" width="200">
|
||||||
</div>
|
</p>
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
deep-person-reid is a [pytorch](http://pytorch.org/)-based framework for training deep person re-identification models.
|
deep-person-reid is a [pytorch](http://pytorch.org/)-based framework for training deep person re-identification models.
|
||||||
|
@ -145,9 +145,9 @@ Note that `--load-weights` will discard layer weights that do not match the mode
|
||||||
#### Visualize ranked results
|
#### Visualize ranked results
|
||||||
Ranked results can be visualized via `--visualize-ranks`, which works along with `--evaluate`. Ranked images will be saved in `save_dir/ranked_results` where `save_dir` is the directory you specify with `--save-dir`. This function is implemented in [torchreid/utils/reidtools.py](torchreid/utils/reidtools.py).
|
Ranked results can be visualized via `--visualize-ranks`, which works along with `--evaluate`. Ranked images will be saved in `save_dir/ranked_results` where `save_dir` is the directory you specify with `--save-dir`. This function is implemented in [torchreid/utils/reidtools.py](torchreid/utils/reidtools.py).
|
||||||
|
|
||||||
<div align="center">
|
<p align="center">
|
||||||
<img src="imgs/ranked_results.jpg" alt="ranked_results" width="70%">
|
<img src="imgs/ranked_results.jpg" alt="ranked_results" width="300">
|
||||||
</div>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
Loading…
Reference in New Issue