diff --git a/README.md b/README.md index 714188e..d0a516b 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -
- logo -
+

+ logo +

## Introduction 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 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 -
+

+ ranked_results +

## Misc