Skip to content

Commit

Permalink
minor layout change
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-ygu committed May 22, 2024
1 parent 4186656 commit d86ad6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h2 class="title is-2 publication-title" style="font-family: 'Google Lexend', sa

<section class="section columns_video" id="segmentation" style="display: flex; justify-content: space-between; align-items: center; margin:5%;">
<!-- Left side: Caption -->
<div class="text-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<div class="text-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6" style="padding: 5%;">
<h1 style="font-size: 2em;">Everything</h1>
<p>BiomedParse performs <a href="#" style="color: #6366f1;"><strong>segmentation</strong></a> for organ, abnormality and cells, accurately following user's prompts. Without any image specific guidance like bounding box or points, BiomedParse outperforms state-of-the-art bounding box methods with text prompts only, across 9 biomedical imaging modalities.</p>
</div>
Expand Down Expand Up @@ -269,7 +269,7 @@ <h1 style="font-size: 2em;">Everything</h1>
</style>
<section class="section columns_video" 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 col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<div class="text-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6" style="padding: 5%;">
<h1 style="font-size: 2em;">Everywhere</h1>
<p>BiomedParse <a href="#" style="color: #6366f1;""><strong>detect</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 objects that do not exist in the image, BiomedParse is capable of object detection in an end-to-end manner.</p>
</div>
Expand All @@ -283,7 +283,7 @@ <h1 style="font-size: 2em;">Everywhere</h1>

<section class="section columns_video" 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 col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<div class="text-section col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6" style="padding: 5%;">
<h1 style="font-size: 2rem;">All at Once</h1>
<p>Tired of typing prompts for every objects? BiomedParse performs object <a href="#" style="color: #6366f1;""><strong>recognition</strong></a> all at once. BiomedParse learned 82 objects types and automatically identifies all objects in a given image along with their semantic types, and simultaneously segment and label all biomedical objects of interests.</p>
</div>
Expand Down

0 comments on commit d86ad6d

Please sign in to comment.