Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-ygu committed May 21, 2024
1 parent 7a3b570 commit 6737ec5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ <h2 class="title is-2 publication-title" style="font-family: 'Google Lexend', sa
</a>
</span>
<!-- Video Link. -->
<span class="link-block">
<!-- <span class="link-block">
<a href="./image_assets/video_demo/Demo-upload3.mp4"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span>
</span> -->
<!-- Code Link. -->

<!-- <span class="link-block">
Expand Down Expand Up @@ -233,37 +233,37 @@ <h2 class="title is-2 publication-title" style="font-family: 'Google Lexend', sa
<!-- sections for segmentation, detection, recognition -->
<section class="section" id="segmentation" style="display: flex; justify-content: space-between;align-items: center; margin:5%;">
<!-- left be caption and right be video -->
<div class="text-section" style="width: 30%;">
<div class="text-section" style="width: 34%; padding: 1%">
<h1 style="font-size: 2em;">Everything</h1>
<p>On image <a href="#" style="color: #6366f1;"><strong>segmentation</strong></a>, we showed that BiomedParse is broadly applicable, outperforming state-of-the-art methods on 102,855 test image-mask-label triples across 9 imaging modalities.</p>
</div>
<div class="video-section" style="width: 35%;">
<div class="video-section" style="width: 33%; ">
<video autoplay loop muted>
<source src="./image_assets/video_demo/MRI-Brain-T1Gd.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-section" style="width: 35%;">
<div class="video-section" style="width: 33%;">
<video autoplay loop muted>
<source src="./image_assets/video_demo/Pathology_prompts.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</section>

<section class="section" id="detection" style="display: flex; wrap; justify-content: space-between;align-items: center; margin:5%;">
<section class="section" id="detection" style="display: flex; justify-content: space-between;align-items: center; margin:5%;">
<!-- left be caption and right be video -->
<div class="text-section" style="width: 30%;">
<div class="text-section" style="width: 34%; padding: 1%">
<h1 style="font-size: 2em;">Everywhere</h1>
<p>BiomedParse is also able to identify invalid user inputs describing objects that do not exist in the image. On object <a href="#" style="color: #6366f1;""><strong>detection</strong></a>, which aims to locate a specific object of interest, BiomedParse again attained state-of-the-art performance, especially on objects with irregular shapes.</p>
</div>
<div class="video-section" style="width: 35%;">
<div class="video-section" style="width: 33%;">
<video autoplay loop muted>
<source src="./image_assets/video_demo/CT-Abdomen_short.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-section" style="width: 35%;">
<div class="video-section" style="width: 33%;">
<video autoplay loop muted>
<source src="./image_assets/video_demo/Pathology_all_cells.mp4" type="video/mp4">
Your browser does not support the video tag.
Expand All @@ -273,17 +273,17 @@ <h1 style="font-size: 2em;">Everywhere</h1>

<section class="section" id="recognition" style="display: flex; justify-content: space-between;align-items: center; margin:5%;">
<!-- left be caption and right be video -->
<div class="text-section" style="width: 30%;">
<div class="text-section" style="width: 34%; padding: 1%">
<h1 style="font-size: 2em;">All at Once</h1>
<p>On object <a href="#" style="color: #6366f1;""><strong>recognition</strong></a>, which aims to identify all objects in a given image along with their semantic types, we showed that BiomedParse can simultaneously segment and label all biomedical objects in an image without any user-provided input</p>
</div>
<div class="video-section" style="width: 35%;">
<div class="video-section" style="width: 33%;">
<video autoplay loop muted>
<source src="./image_assets/video_demo/Cat.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video-section" style="width: 35%;">
<div class="video-section" style="width: 33%;">
<video autoplay loop muted>
<source src="./image_assets/video_demo/CT-nodule.mp4" type="video/mp4">
Your browser does not support the video tag.
Expand Down

0 comments on commit 6737ec5

Please sign in to comment.