Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgirshick committed Feb 8, 2019
1 parent ef820aa commit 5fa31e1
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 13 deletions.
94 changes: 92 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,69 @@ <h3>I'm on the faculty job market</h3><a href="https://dl.dropboxusercontent.com
-->

<div class="section">
<h2 id="reports">Selected tech reports</h2>
<h2 id="reports">New and selected tech reports</h2>
<!--------------------------------------------------------------------------->
<!--he2018rip-->
<!--------------------------------------------------------------------------->
<div class="paper" id="he2018rip">
<div class="wide">
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', 'he2018rip']);" href="https://arxiv.org/pdf/1811.08883">Rethinking ImageNet Pre-training</a><br />
Kaiming He, <strong>Ross Girshick</strong>, Piotr Dollár<br />
arXiv preprint 2018 /
<a shape="rect" href="javascript:togglebib('he2018rip')" class="togglebib">bibtex</a>
<pre xml:space="preserve">
@article{he2018rip,
Author = {Kaiming He and Ross Girshick and Piotr Doll\'{a}r},
Title = {Rethinking ImageNet Pre-training},
Journal = {arXiv preprint arXiv:1811.08883},
Year = {2018}}
</pre>
</div>
</div>
<!--------------------------------------------------------------------------->

<!--------------------------------------------------------------------------->
<!--chaoyuanwu2018lfb-->
<!--------------------------------------------------------------------------->
<div class="paper" id="chaoyuanwu2018lfb">
<div class="wide">
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', 'chaoyuanwu2018lfb']);" href="https://arxiv.org/pdf/1812.05038">Long-Term Feature Banks for Detailed Video Understanding</a><br />
Chao-Yuan Wu, Christoph Feichtenhofer, Haoqi Fan, Kaiming He, Philipp Krähenbühl, <strong>Ross Girshick</strong><br />
arXiv preprint 2018 /
<a shape="rect" href="javascript:togglebib('chaoyuanwu2018lfb')" class="togglebib">bibtex</a>
<pre xml:space="preserve">
@article{chaoyuanwu2018lfb,
Author = {Chao-Yuan Wu and Christoph Feichtenhofer and Haoqi Fan
and Kaiming He and Philipp Kr\"{a}henb\"{u}hl and
Ross Girshick},
Title = {Long-Term Feature Banks for Detailed Video Understanding},
Journal = {arXiv preprint arXiv:1812.05038},
Year = {2018}}
</pre>
</div>
</div>
<!--------------------------------------------------------------------------->

<!--------------------------------------------------------------------------->
<!--kirillov2019panopticfpn-->
<!--------------------------------------------------------------------------->
<div class="paper" id="kirillov2019panopticfpn">
<div class="wide">
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', 'kirillov2019panopticfpn']);" href="https://arxiv.org/pdf/1901.02446">Panoptic Feature Pyramid Networks</a><br />
Alexander Kirillov, <strong>Ross Girshick</strong>, Kaiming He, Piotr Dollár<br />
arXiv preprint 2019 /
<a shape="rect" href="javascript:togglebib('kirillov2019panopticfpn')" class="togglebib">bibtex</a>
<pre xml:space="preserve">
@article{kirillov2019panopticfpn,
Author = {Alexander Kirillov and Ross Girshick and Kaiming He and Piotr Doll\'{a}r},
Title = {Panoptic Feature Pyramid Networks},
Journal = {arXiv preprint arXiv:1901.02446},
Year = {2019}}
</pre>
</div>
</div>
<!--------------------------------------------------------------------------->

<!--------------------------------------------------------------------------->
<div class="paper" id="kirillov2017panoptic">
<div class="wide">
Expand Down Expand Up @@ -289,6 +351,33 @@ <h2 id="reports">Selected tech reports</h2>
<!--------------------------------------------------------------------------->
</div>

<div class="section">
<h2 id="reports">ECCV 2018</h2>

<!--------------------------------------------------------------------------->
<!--mahajan2018weaklysup-->
<!--------------------------------------------------------------------------->
<div class="paper" id="mahajan2018weaklysup">
<div class="wide">
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', 'mahajan2018weaklysup']);" href="https://arxiv.org/pdf/1805.00932">Exploring the Limits of Weakly Supervised Pretraining</a><br />
Dhruv Mahajan, <strong>Ross Girshick</strong>, Vignesh Ramanathan, Kaiming He, Manohar Paluri, Yixuan Li, Ashwin Bharambe, Laurens van der Maaten<br />
ECCV 2018 /
<a shape="rect" href="javascript:togglebib('mahajan2018weaklysup')" class="togglebib">bibtex</a>
<pre xml:space="preserve">
@inproceedings{mahajan2018weaklysup,
Author = {Dhruv Mahajan and Ross Girshick and Vignesh Ramanathan and
Kaiming He and Manohar Paluri and Yixuan Li and
Ashwin Bharambe and Laurens van der Maaten},
Title = {Exploring the Limits of Weakly Supervised Pretraining},
Booktitle = {{ECCV}},
Year = {2018}}
</pre>
</div>
</div>
<!--------------------------------------------------------------------------->

</div>

<div class="section">
<h2 id="reports">CVPR 2018</h2>

Expand Down Expand Up @@ -592,7 +681,6 @@ <h2 id="reports">CVPR 2017</h2>

<div class="section">
<h2 id="reports">Selected older publications</h2>
<a href="https://scholar.google.com/citations?hl=en&user=W8VIEZgAAAAJ&pagesize=1000&sortby=pubdate" target="_blank">All publications and tech reports (Google scholar)</a>

<!-- R-CNN papers -->

Expand Down Expand Up @@ -742,6 +830,8 @@ <h2 id="reports">Selected older publications</h2>
</div>
</div>

<br />
<h2><a href="https://scholar.google.com/citations?hl=en&user=W8VIEZgAAAAJ&pagesize=1000&sortby=pubdate" target="_blank">All publications and tech reports (Google scholar)</a></h2>

</div>

Expand Down
47 changes: 36 additions & 11 deletions paper.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,42 @@
#! /usr/bin/env python


def print_template():
title = 'Low-shot Visual Recognition by Shrinking and Hallucinating Features'
authors = ['Bharath Hariharan', 'Ross Girshick']
arxiv = '1606.02819'
id = 'hariharan2016lowshot'
year = '2016'
month = 'Nov'
authors_comma = ', '.join(authors)
authors_latex = ' and '.join(authors)

#
# Change these variables
#
title = "Exploring the Limits of Weakly Supervised Pretraining"
authors = "Dhruv Mahajan, Ross Girshick, Vignesh Ramanathan, Kaiming He, Manohar Paluri, Yixuan Li, Ashwin Bharambe, Laurens van der Maaten"
arxiv = "1805.00932"
id = "mahajan2018weaklysup"
year = "2018"
#
# End
#

authors = authors.split(", ")
authors_comma = ", ".join(authors).replace(
"Ross Girshick", "<strong>Ross Girshick</strong>"
)
replacements = (
("ä", '\\"{a}'),
("á", "\\'{a}"),
("ü", '\\"{u}')
)
authors_latex = " and ".join(authors)
for (a, b) in replacements:
authors_latex = authors_latex.replace(a, b)

tpt = """
<!--------------------------------------------------------------------------->
<!--{id}-->
<!--------------------------------------------------------------------------->
<div class="paper" id="{id}">
<div class="wide">
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', '{id}']);" href="https://arxiv.org/pdf/{arxiv}">{title}</a><br />
{authors_comma}<br />
arXiv preprint {month}., {year} /
arXiv preprint {year} /
<a shape="rect" href="javascript:togglebib('{id}')" class="togglebib">bibtex</a>
<pre xml:space="preserve">
@article{{{id},
Expand All @@ -25,9 +46,13 @@ def print_template():
Year = {{{year}}}}}
</pre>
</div>
</div>""".format(**locals())
</div>
<!--------------------------------------------------------------------------->
""".format(
**locals()
)
print(tpt)


if __name__ == '__main__':
if __name__ == "__main__":
print_template()

0 comments on commit 5fa31e1

Please sign in to comment.