update awesome reid
parent
f32c97cc4b
commit
b2cea7ee64
|
@ -104,6 +104,7 @@
|
|||
<ul class="current">
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Awesome-ReID</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#conferences">Conferences</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#cvpr-2019">CVPR 2019</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#aaai-2019">AAAI 2019</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#neurips-2018">NeurIPS 2018</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#eccv-2018">ECCV 2018</a></li>
|
||||
|
@ -184,12 +185,21 @@
|
|||
<div class="section" id="conferences">
|
||||
<h2>Conferences<a class="headerlink" href="#conferences" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><strong><a class="reference external" href="#cvpr-2019">CVPR 2019</a></strong></li>
|
||||
<li><strong><a class="reference external" href="#aaai-2019">AAAI 2019</a></strong></li>
|
||||
<li><strong><a class="reference external" href="#neurips-2018">NeurIPS 2018</a></strong></li>
|
||||
<li><strong><a class="reference external" href="#eccv-2018">ECCV 2018</a></strong></li>
|
||||
<li><strong><a class="reference external" href="#cvpr-2018">CVPR 2018</a></strong></li>
|
||||
<li><strong><a class="reference external" href="#arxiv">ArXiv</a></strong></li>
|
||||
</ul>
|
||||
<div class="section" id="cvpr-2019">
|
||||
<h3>CVPR 2019<a class="headerlink" href="#cvpr-2019" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="aaai-2019">
|
||||
<h3>AAAI 2019<a class="headerlink" href="#aaai-2019" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
|
|
|
@ -2,12 +2,19 @@
|
|||
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.
|
||||
|
||||
## Conferences
|
||||
- **[CVPR 2019](#cvpr-2019)**
|
||||
- **[AAAI 2019](#aaai-2019)**
|
||||
- **[NeurIPS 2018](#neurips-2018)**
|
||||
- **[ECCV 2018](#eccv-2018)**
|
||||
- **[CVPR 2018](#cvpr-2018)**
|
||||
- **[ArXiv](#arxiv)**
|
||||
|
||||
### CVPR 2019
|
||||
- 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)]
|
||||
|
||||
|
||||
### AAAI 2019
|
||||
- Spatial and Temporal Mutual Promotion for Video-based Person Re-identification. [[paper](https://arxiv.org/abs/1812.10305)][[code](https://github.com/yolomax/person-reid-lib)]
|
||||
- Spatial-Temporal Person Re-identification. [[paper](https://arxiv.org/abs/1812.03282)][[code](https://github.com/Wanggcong/Spatial-Temporal-Re-identification)]
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue