Skip to content

Commit

Permalink
Stage I Content Addition + Diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
NiharikaVadlamudi committed Aug 16, 2023
1 parent d0aef35 commit 32be8db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Binary file added assets/sf/Stage1_web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ <h1>
</div>
<div class="section">
<p style="text-align: center">
<b>SeamFormer Pipeline </b> "Stage I: Multi-task ViT for binarisation and scribble map generation, leading to precise scribble creation.
Stage II: Leveraging scribbles and binary maps to produce global features, enabling our seam generation algorithm for accurate tight-fit polygons."
<b>SeamFormer Pipeline </b> Stage I: Multi-task ViT for binarisation and scribble map generation, leading to precise scribble creation.
Stage II: Leveraging scribbles and binary maps to produce global features, enabling our seam generation algorithm for accurate tight-fit polygons.
</p>
</div>
<div class="section">
Expand Down Expand Up @@ -164,17 +164,19 @@ <h2>Highlights</h2>
<h2>Network Architecture</h2>
<br />
<!--=================*******==========================-->
<h3>1. Deformable Convolutions in the Backbone</h3>
<h3>Stage I : Scribble Generation </h3>
<div id="vid4" class="img_container">
Deformable Convolutions provide a way to determine suitable local 2D offsets for the default spatial sampling locations
A multi-task variant of Vision Transformer (ViT) deep network architecture has been proposed to obtain two outputs: the binarized version of the input manuscript image and the medial blob masks for each text line.
The blob mask outputs are post-processed to extract thin medial axis-like structures (scribbles) which cut across the line. These scribbles provide crucial information regarding local curvature of the text line.
Accurate determination of local curvature plays a key role for the next stage of processing and ultimately, for accurate text line segmentation.
<br />
<br />
<a data-magnify="gallery" data-caption="Deformable Convolutions in the Backbone" href="./assets/Deformable-Conv.jpg">
<a data-magnify="gallery" data-caption="Stage I" href="./assets/sf/Stage1_web.png">
<img style="padding-left: 1rem;" src="./assets/magnifier-icon.png" border="0" width="5%" height="5%" />
<center>
<div class="leftView">
<div class="mask" style="width:10px;height:70px"></div>
<img class='small' src="./assets/Deformable-Conv.jpg" style="width: 50%" />
<img class='small' src="./assets/sf/Stage1_web.png" style="width: 50%" />
</div>
</center>
</a>
Expand Down

0 comments on commit 32be8db

Please sign in to comment.