Skip to content

Commit

Permalink
Merge pull request #6 from KaiyangZhou/master
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
johnzhang1999 authored Jul 12, 2019
2 parents 406024d + 6f9c61f commit 2845068
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Documentation: https://kaiyangzhou.github.io/deep-person-reid/.

Code: https://github.com/KaiyangZhou/deep-person-reid.

Model zoo: https://kaiyangzhou.github.io/deep-person-reid/MODEL_ZOO.


Installation
---------------
Expand Down Expand Up @@ -107,7 +109,7 @@ Get started: 30 seconds to Torchreid
height=256,
width=128,
batch_size=32,
market1501_500k=False
transforms=['random_flip', 'random_crop']
)
3 Build model, optimizer and lr_scheduler
Expand Down Expand Up @@ -178,7 +180,8 @@ In "deep-person-reid/scripts/", we provide a unified interface including a defau
--max-epoch 60 \
--stepsize 20 40 \
--batch-size 32 \
--save-dir log/resnet50-market-softmax \
--transforms random_flip random_crop \
--save-dir log/resnet50-market1501-softmax \
--gpu-devices 0
Please refer to ``default_parser.py`` and ``main.py`` for more details.
Expand Down

0 comments on commit 2845068

Please sign in to comment.