Skip to content

Commit

Permalink
Added bibtex and link to arxiv
Browse files Browse the repository at this point in the history
  • Loading branch information
lorebianchi98 committed Nov 30, 2023
1 parent 92986c2 commit 7b1e735
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# The Emotions of the Crowd - Website
# The devil is in the fine-grained details - Website

This is the repository that contains source code for the [website](https://lorebianchi98.github.io/FG-OVD/).

If you find this work useful, please cite:
```
Add BibTex here
@misc{bianchi2023devil,
title={The devil is in the fine-grained details: Evaluating open-vocabulary object detectors for fine-grained understanding},
author={Lorenzo Bianchi and Fabio Carrara and Nicola Messina and Claudio Gennaro and Fabrizio Falchi},
year={2023},
eprint={2311.17518},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```

Expand Down
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 class="title is-1 publication-title">The devil is in the fine-grained detail
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="place the pdf link here"
<a href="https://arxiv.org/pdf/2311.17518.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -101,7 +101,7 @@ <h1 class="title is-1 publication-title">The devil is in the fine-grained detail
</a>
</span>
<span class="link-block">
<a href="place the arxiv link here"
<a href="https://arxiv.org/abs/2311.17518"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand Down Expand Up @@ -234,7 +234,14 @@ <h2 class="title is-3">Related Links</h2>
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>
Place here the BibTeX
@misc{bianchi2023devil,
title={The devil is in the fine-grained details: Evaluating open-vocabulary object detectors for fine-grained understanding},
author={Lorenzo Bianchi and Fabio Carrara and Nicola Messina and Claudio Gennaro and Fabrizio Falchi},
year={2023},
eprint={2311.17518},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
</code></pre>
</div>
</section>
Expand Down

0 comments on commit 7b1e735

Please sign in to comment.