Skip to content

Commit

Permalink
Update index.html with rotated images and new authors
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-zhao authored Aug 28, 2024
1 parent 871ee25 commit 3bc60f9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ <h2 class="title is-2 publication-title" style="font-family: 'Google Lexend', sa
<a href="https://jwyang.github.io/">Jianwei Yang</a><sup>1</sup>,
<a href="https://www.microsoft.com/en-us/research/people/naotous/">Naoto Usuyama</a><sup>1</sup>,
<a href="https://scholar.google.com/citations?user=BsBdSpoAAAAJ&hl=en">Ho Hin Lee</a><sup>1</sup>,
<a href="https://sidkiblawi.github.io/about/">Sid Kiblawi</a><sup>1</sup>,
<a href="https://scholar.google.com/citations?user=cjlSeqwAAAAJ&hl=en">Tristan Naumann</a><sup>1</sup>,
<a href="https://scholar.google.com/citations?user=CQ1cqKkAAAAJ&hl=en">Jianfeng Gao</a><sup>1</sup>,
<a href="https://www.linkedin.com/in/amcrabtree/">Angela Crabtree</a><sup>2</sup>,
<a href="https://www.linkedin.com/in/jacob-abel-9673951ba/">Jacob Abel</a><sup>2</sup>,
<a href="https://www.linkedin.com/in/christine-moung-wen-98541660/">Christine Moung-Wen</a><sup>2</sup>,
<a href="https://www.linkedin.com/in/brian-piening-8a49893b/">Brian Piening</a><sup>2</sup>,
<a href="https://www.linkedin.com/in/carlo-bifulco-8b123124/">Carlo Bifulco</a><sup>2</sup>,
<a href="https://www.linkedin.com/in/mu-wei-038a3849/">Mu Wei</a><sup>‡1</sup>,
Expand Down Expand Up @@ -238,7 +241,7 @@ <h1 style="font-size: 2em;">Everything</h1>

<!-- Right side: Single Video section -->
<div class="video-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<img id="gifPlayer1" src="./image_assets/gif_demo/MRI-Brain-T1Gd_rotate.gif" alt="BiomedParse Demo" width="100%">
<img id="gifPlayer1" src="./image_assets/gif_demo/Pathology_prompts_gif_crop.gif" alt="BiomedParse Demo" width="100%">
</div>
</section>

Expand All @@ -250,7 +253,7 @@ <h1 style="font-size: 2em;">Everywhere</h1>
<p>BiomedParse <a href="#" style="color: #6366f1;""><strong>detects</strong></a> the specific object of interest, and locate it at pixel-level precision, even for objects with irregular shapes. By effectively identifying text prompts describing object that does not exist in the image, BiomedParse is capable of object detection in an end-to-end manner.</p>
</div>
<div class="video-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<img id="gifPlayer2" src="./image_assets/gif_demo/CT-nodule_gif_crop.gif" alt="Advanced Detection Demo" width="100%">
<img id="gifPlayer2" src="./image_assets/gif_demo/CT-COVID_rotate.gif" alt="Advanced Detection Demo" width="100%">

</video>
</div>
Expand All @@ -264,7 +267,7 @@ <h1 style="font-size: 2rem;">All at Once</h1>
<p>Tired of typing prompts for every objects? BiomedParse can do object <a href="#" style="color: #6366f1;"><strong>recognition</strong></a> all at once. Having learned 82 object types, BiomedParse can automatically identify all objects in a given image along with their semantic types, and simultaneously segment and label all biomedical objects of interests.</p>
</div>
<div class="video-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<img id="gifPlayer3" src="./image_assets/gif_demo/MRI-Brain-T1Gd_rotate.gif" alt="BiomedParse Demo" width="100%">
<img id="gifPlayer3" src="./image_assets/gif_demo/Pathology_all_cells_gif_crop.gif" alt="BiomedParse Demo" width="100%">
</div>
</section>

Expand Down Expand Up @@ -300,10 +303,10 @@ <h1 style="font-size: 2rem;">All at Once</h1>
],
[
'./image_assets/gif_demo/CT-nodule_gif_crop.gif',
'./image_assets/gif_demo/CT-COVID_gif_crop.gif'
'./image_assets/gif_demo/CT-COVID_rotate.gif'
],
[
'./image_assets/gif_demo/CT-Abdomen_rotate_crop.gif',
'./image_assets/gif_demo/CT-Abdomen_rotate.gif',
'./image_assets/gif_demo/Pathology_all_cells_gif_crop.gif'
]
];
Expand Down

0 comments on commit 3bc60f9

Please sign in to comment.