Skip to content

Commit

Permalink
Update re_identification.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
thucbx99 committed Oct 20, 2021
1 parent 5a4277b commit acd75e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dalib/benchmarks/re_identification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We adopt cross dataset setting (another one is cross camera setting). The model

For a fair comparison, our model is trained with standard cross entropy loss and triplet loss. We adopt modified resnet architecture from `Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification (ICLR 2020) <https://arxiv.org/pdf/2001.01526.pdf>`_.

As we are given unlabelled samples from target domain, we can utilize clustering algorithms to produce pseudo labels on target domain and then use them as supervision signals to perform self-training. This simple method turns out to be a strong baseline. We use ``Baseline_Cluster`` to represent this baseline in our results.
As we are given unlabeled samples from target domain, we can utilize clustering algorithms to produce pseudo labels on target domain and then use them as supervision signals to perform self-training. This simple method turns out to be a strong baseline. We use ``Baseline_Cluster`` to represent this baseline in our results.

.. note::

Expand Down

0 comments on commit acd75e0

Please sign in to comment.