diff --git a/MODEL_ZOO.md b/MODEL_ZOO.md index dbb6ad4..926da52 100644 --- a/MODEL_ZOO.md +++ b/MODEL_ZOO.md @@ -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.