update awesome-reid

gh-pages
KaiyangZhou 2019-05-30 13:50:50 +01:00
parent d37413cb21
commit 9640c57ac5
3 changed files with 5 additions and 3 deletions

View File

@ -181,7 +181,7 @@
<div class="section" id="awesome-reid">
<h1>Awesome-ReID<a class="headerlink" href="#awesome-reid" title="Permalink to this headline"></a></h1>
<p>Here is a collection of ReID-related research with links to codes and papers. You are welcome to submit <a class="reference external" href="https://help.github.com/articles/creating-a-pull-request/">PR</a>s if you find something missing.</p>
<p>Here is a collection of ReID-related research with links to papers and code. You are welcome to submit <a class="reference external" href="https://help.github.com/articles/creating-a-pull-request/">PR</a>s if you find something missing.</p>
<div class="section" id="conferences">
<h2>Conferences<a class="headerlink" href="#conferences" title="Permalink to this headline"></a></h2>
<ul class="simple">
@ -198,6 +198,7 @@
<li>Invariance Matters: Exemplar Memory for Domain Adaptive Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1904.01990">paper</a>][<a class="reference external" href="https://github.com/zhunzhong07/ECN">code</a>]</li>
<li>Dissecting Person Re-identification from the Viewpoint of Viewpoint. [<a class="reference external" href="https://arxiv.org/abs/1812.02162">paper</a>][<a class="reference external" href="https://github.com/sxzrt/Dissecting-Person-Re-ID-from-the-Viewpoint-of-Viewpoint">code</a>]</li>
<li>Unsupervised Person Re-identification by Soft Multilabel Learning. [<a class="reference external" href="https://arxiv.org/abs/1903.06325">paper</a>][<a class="reference external" href="https://github.com/KovenYu/MAR">code</a>]</li>
<li>Patch-based Discriminative Feature Learning for Unsupervised Person Re-identification. [<a class="reference external" href="https://kovenyu.com/publication/2019-cvpr-pedal/">paper</a>][<a class="reference external" href="https://github.com/QizeYang/PAUL">code</a>]</li>
</ul>
</div>
<div class="section" id="aaai-2019">

View File

@ -1,5 +1,5 @@
# Awesome-ReID
Here is a collection of ReID-related research with links to codes and papers. You are welcome to submit [PR](https://help.github.com/articles/creating-a-pull-request/)s if you find something missing.
Here is a collection of ReID-related research with links to papers and code. You are welcome to submit [PR](https://help.github.com/articles/creating-a-pull-request/)s if you find something missing.
## Conferences
- **[CVPR 2019](#cvpr-2019)**
@ -13,6 +13,7 @@ Here is a collection of ReID-related research with links to codes and papers. Yo
- Invariance Matters: Exemplar Memory for Domain Adaptive Person Re-identification. [[paper](https://arxiv.org/abs/1904.01990)][[code](https://github.com/zhunzhong07/ECN)]
- Dissecting Person Re-identification from the Viewpoint of Viewpoint. [[paper](https://arxiv.org/abs/1812.02162)][[code](https://github.com/sxzrt/Dissecting-Person-Re-ID-from-the-Viewpoint-of-Viewpoint)]
- Unsupervised Person Re-identification by Soft Multilabel Learning. [[paper](https://arxiv.org/abs/1903.06325)][[code](https://github.com/KovenYu/MAR)]
- Patch-based Discriminative Feature Learning for Unsupervised Person Re-identification. [[paper](https://kovenyu.com/publication/2019-cvpr-pedal/)][[code](https://github.com/QizeYang/PAUL)]
### AAAI 2019

File diff suppressed because one or more lines are too long