Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin Wang authored and Bin Wang committed Sep 4, 2023
1 parent bcd5304 commit d3a872d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h1 class="title is-1 publication-title">VIGC: Visual Instruction Generation <br
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
<a href="https://arxiv.org/abs/2308.12714" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -119,7 +119,7 @@ <h1 class="title is-1 publication-title">VIGC: Visual Instruction Generation <br

<!-- Github link -->
<span class="link-block">
<a href="https://github.com/YOUR REPO HERE" target="_blank"
<a href="https://github.com/opendatalab/VIGC" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
Expand All @@ -130,7 +130,7 @@ <h1 class="title is-1 publication-title">VIGC: Visual Instruction Generation <br

<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
<a href="https://arxiv.org/abs/2308.12714" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand All @@ -141,10 +141,10 @@ <h1 class="title is-1 publication-title">VIGC: Visual Instruction Generation <br

<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
<a href="https://opendatalab.com/OpenDataLab/VIGC-InstData" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
<i class="fas fa-database"></i>
</span>
<span>Data</span>
</a>
Expand All @@ -158,7 +158,7 @@ <h1 class="title is-1 publication-title">VIGC: Visual Instruction Generation <br
</section>

<div class="row-container">
<iframe height="750px" src= "http://10.140.24.46:7860" class="second-row"></iframe>
<iframe height="750px" src= "http://10.140.24.117:7860" class="second-row"></iframe>
</div>
<!-- Paper abstract -->
<section class="section hero">
Expand Down Expand Up @@ -298,7 +298,12 @@ <h2 class="title is-3">Generated Instructions by VIGC</h2>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>BibTex Code Here</code></pre>
<pre><code>@article{wang2023vigc,
title={VIGC: Visual Instruction Generation and Correction},
author={Wang, Bin and Wu, Fan and Han, Xiao and Peng, Jiahui and Zhong, Huaping and Zhang, Pan and Dong, Xiaoyi and Li, Weijia and Li, Wei and Wang, Jiaqi and others},
journal={arXiv preprint arXiv:2308.12714},
year={2023}<br>}
</code></pre>
</div>
</section>
<!--End BibTex citation -->
Expand Down

0 comments on commit d3a872d

Please sign in to comment.