Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
vinesmsuic committed Oct 7, 2023
1 parent fbb4d45 commit d4ef4dd
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG" />
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG" />
<meta property="og:url" content="URL OF THE WEBSITE" />
<meta name="description" content="We introduce ImagenHub, a one-stop library to standardize the inference and evaluation of all the conditional image generation models.">
<meta property="og:title" content="ImagenHub: Standardizing the evaluation of conditional image generation models" />
<meta property="og:description" content="A one-stop library to standardize the inference and evaluation of all the conditional image generation models." />
<meta property="og:url" content="https://tiger-ai-lab.github.io/ImagenHub/" />
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image" content="static/images/banner.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />


<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
<meta name="twitter:title" content="ImagenHub: Standardizing the evaluation of conditional image generation models">
<meta name="twitter:description" content="A one-stop library to standardize the inference and evaluation of all the conditional image generation models.">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
<meta name="twitter:image" content="static/images/banner.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
<meta name="keywords" content="imagenhub">
<meta name="viewport" content="width=device-width, initial-scale=1">


<title>ImagenHub</title>
<link rel="icon" type="image/x-icon" href="static/images/mammoth_icon.png">
<link rel="icon" type="image/x-icon" href="static/images/favicon_io/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">

<link rel="stylesheet" href="static/css/bulma.min.css">
Expand Down Expand Up @@ -410,7 +410,7 @@ <h2 class="title is-3">Comprehensive Results</h2>
<td>Unknown</td>
<td>0.29±0.01</td>
<td>0.70±0.06</td>
<td><strong>0.27±0.02</strong></td>
<td>0.27±0.02</td>
<td>0.55</td>
<td>-</td>
<td>0.74</td>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/favicon_io/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/favicon_io/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/favicon_io/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/favicon_io/favicon.ico
Binary file not shown.

0 comments on commit d4ef4dd

Please sign in to comment.