add ref to imagenet

pull/119/head
KaiyangZhou 2018-11-10 11:48:59 +00:00
parent 8cf3d06b2c
commit 7cec0167cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Model Zoo
- :dog: means that the model is initialized with imagenet pretrained weights.
- :dog: means that the model is initialized with [imagenet](http://www.image-net.org/) pretrained weights.
- Results are presented in the format of **Rank1 (mAP)**.
- Classification layer is ignored when computing the model size.
- Unless specified otherwise, the following [data augmentation techniques](torchreid/transforms.py) are used: (1) Random2DTranslation, and (2) RandomHorizontalFlip.