Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyangZhou committed May 6, 2019
1 parent 6fd0ab3 commit 024913f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Documentation: https://kaiyangzhou.github.io/deep-person-reid/.

News
------
24-03-2019: `Torchreid documentation <https://kaiyangzhou.github.io/deep-person-reid/>`_ is out!
- 06-05-2019: We released a tech report on `arxiv <https://arxiv.org/abs/1905.00953>`_. Code and models will be released.
- 24-03-2019: `Torchreid documentation <https://kaiyangzhou.github.io/deep-person-reid/>`_ is out!


Installation
Expand Down Expand Up @@ -247,4 +248,14 @@ Losses

Citation
---------
If you find this code useful to your research, please link this repository in your paper.
If you find this code useful to your research, please cite the following publication.

.. code-block:: bash
@article{zhou2019osnet,
title={Omni-Scale Feature Learning for Person Re-Identification},
author={Kaiyang Zhou and Yongxin Yang and Andrea Cavallaro and Tao Xiang},
journal={arXiv preprint arXiv:1905.00953},
year={2019}
}
2 changes: 1 addition & 1 deletion torchreid/engine/video/triplet.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class VideoTripletEngine(ImageTripletEngine, VideoSoftmaxEngine):
save_dir='log/resnet50-triplet-mars',
print_freq=10
)
"""
"""

def __init__(self, datamanager, model, optimizer, margin=0.3,
weight_t=1, weight_x=1, scheduler=None, use_cpu=False,
Expand Down

0 comments on commit 024913f

Please sign in to comment.