forked from ihdia/ihdia.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (234 loc) · 11.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title> Intelligent Historical Document Image Analysis (IHDIA) </title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<img style="max-width:100px; margin-top: -7px;" src="https://i.imgur.com/iRa0avG.jpg" class="rounded float-left">
<a class="navbar-brand" href="index.html"> Intelligent Historical Document Image Analysis (IHDIA) </a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#pubs">Publications</a>
</li>
<!--li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownPortfolio" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Portfolio
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownPortfolio">
<a class="dropdown-item" href="portfolio-1-col.html">1 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-2-col.html">2 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-3-col.html">3 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-4-col.html">4 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-item.html">Single Portfolio Item</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Blog
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="blog-home-1.html">Blog Home 1</a>
<a class="dropdown-item" href="blog-home-2.html">Blog Home 2</a>
<a class="dropdown-item" href="blog-post.html">Blog Post</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Other Pages
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="full-width.html">Full Width Page</a>
<a class="dropdown-item" href="sidebar.html">Sidebar Page</a>
<a class="dropdown-item" href="faq.html">FAQ</a>
<a class="dropdown-item" href="404.html">404</a>
<a class="dropdown-item" href="pricing.html">Pricing Table</a>
</div>
</li-->
</ul>
</div>
</div>
</nav>
<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block mx-auto" src="https://i.imgur.com/ESKKlHu.png" />
</div>
<!-- Slide One - Set the background image for this slide in the line below -->
<!--div class="carousel-item active" style="background-image: url('https://i.imgur.com/ESKKlHu.png')">
< class="carousel-caption d-none d-md-block">
<h3>First Slide</h3>
<p>This is a description for the first slide.</p>
</div>
</div-->
<!-- Slide Two - Set the background image for this slide in the line below -->
<div class="carousel-item">
<img class="d-block mx-auto" src="https://i.imgur.com/qy3ZcTp.png" />
</div>
<!-- Slide Three - Set the background image for this slide in the line below -->
<div class="carousel-item">
<img class="d-block mx-auto" src="https://i.imgur.com/F6Am40E.png" />
</div>
<div class="carousel-item">
<img class="d-block mx-auto" src="https://i.imgur.com/vZxA3fK.png" />
</div>
</div>
<!--a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a-->
</div>
</header>
<hr>
<!-- Page Content -->
<div class="container" style="width: 750px; margin: 0 auto;">
<div class="row-full">
<div class="row">
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">
<a href="https://ihdia.github.io/indiscapes">Datasets</a>
</h4>
<a href="#"><img class="card-img-top" src="https://i.imgur.com/vZxA3fK.png" alt=""></a>
<p class="card-text">Given the large diversity in language, script and non-textual regional elements in historical Indic manuscripts, spatial layout parsing is crucial in enabling downstream applications such as OCR, word-spotting, style-and-content based retrieval and clustering. We take a significant step to address this gap and introduce Indiscapes, the first dataset with layout annotations for historical Indic manuscripts.</p>
</div>
<div class="card-footer">
<a href="https://ihdia.github.io/indiscapes" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">
<a href="https://github.com/ihdia/instance-segmentation-v1">Layout Estimation Networks</a>
</h4>
<a href="#"><img class="card-img-top" src="https://i.imgur.com/qy3ZcTp.png" alt=""></a>
<p class="card-text">To succeed at layout parsing of manuscripts, we require a system which can accurately localize various types of regions (e.g. text lines, isolated character components, physical degradation, pictures, holes) and isolate individual instances of each region. To meet these requirements, we model our problem as one of semantic instance-level segmentation and introduce a deep-network based instance segmentation framework custom modified for fully automatic layout parsing.</p>
</div>
<div class="card-footer">
<a href="https://github.com/ihdia/instance-segmentation-v1" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">
<a href="#">Annotation and Analytics Systems</a>
</h4>
<a href="#"><img class="card-img-top" src="https://i.imgur.com/ESKKlHu.png" alt=""></a>
<p class="card-text">We propose a web-based layout annotation and analytics system. Our system, called Historic Indic Document Layout Analyzer (HInDoLA), features <a href="https://github.com/ihdia/hindola-backend">an intuitive annotation GUI</a>, <a href="https://github.com/ihdia/hindola-dash">a graphical analytics dashboard</a> and interfaces with machine-learning based intelligent modules on the backend. HInDoLA has successfully helped us create the first ever large-scale dataset for layout parsing of Indic palm-leaf manuscripts, which in turn has enabled us to train deep networks for fully automatic instance-level layout parsing. </p>
</div>
<!--div class="card-footer">
<a href="#" class="btn btn-primary">Learn More</a>
</div-->
</div>
</div>
</div>
</div>
<!-- /.container -->
<br>
<div class="container" style="width: 700px; margin: 0 auto;">
<div class="row-full">
<h2 id="pubs"> Publications </h2>
<div class="row-lg-12 pub-item">
<div class="card flex-md-row h-md-250">
<div class="card-body">
<small class="text-muted">May, 2019</small>
<h4 class="mb-2">
<a href="">Indiscapes: Instance Segmentation Networks for Layout Parsing of Historical Indic Manuscripts</a>
</h4>
<p class="card-text mb-2 ">
Abhishek Prusty, Sowmya Aitha, Abhishek Trivedi, <a href="https://ravika.github.io/">Ravi Kiran Sarvadevabhatla</a>
<br><a href="https://icdar2019.org/">International Conference on Document Analysis and Recognition (<strong>ICDAR ’19</strong>)</a>
</p>
<div class="d-flex justify-content-between align-items-center ">
<!--div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-primary"><a href="#xnet" data-toggle="modal">bibtex</a></button>
<button type="button" class="btn btn-sm btn-outline-primary"><a href="https://arxiv.org/abs/1711.08757">arXiv</a></button>
<button type="button" class="btn btn-sm btn-outline-primary"><a href="https://geevi.github.io/pdfs/xnet.pdf">slides</a></button>
<button type="button" class="btn btn-sm btn-outline-primary" href="https://geevi.github.io/pdfs/ECCV18.pdf"><a href="https://geevi.github.io/pdfs/ECCV18.pdf">poster</a></button>
<button type="button" class="btn btn-sm btn-outline-primary" href="https://github.com/DrImpossible/Deep-Expander-Networks"><a href="https://github.com/DrImpossible/Deep-Expander-Networks">code</a></button>
<button type="button" class="btn btn-sm btn-outline-primary" href="https://www.youtube.com/watch?v=0poGlFx1OBU"><a href="https://www.youtube.com/watch?v=0poGlFx1OBU">video</a></button>
</div-->
</div>
<div class="tag-date"> </div>
</div>
</div>
<div id="xnet" class="modal fade" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body">
@InProceedings{PVN18,
author="Prabhu, Ameya
and Varma, Girish
and Namboodiri, Anoop",
editor="Ferrari, Vittorio
and Hebert, Martial
and Sminchisescu, Cristian
and Weiss, Yair",
title="Deep Expander Networks: Efficient Deep Networks from Graph Theory",
booktitle="Computer Vision -- ECCV 2018",
year="2018",
publisher="Springer International Publishing",
address="Cham",
pages="20--36",
isbn="978-3-030-01261-8"
}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="row-full">
<footer class="py-3 bg-white">
<a href="https://www.iiit.ac.in/"><img height=70px src="https://i.imgur.com/iRa0avG.jpg" class="rounded float-left" alt="..."></a>
<a href="https://ravika.github.io/"><img height=70px src="https://i.imgur.com/PlLuNhY.jpg" class="rounded float-right" alt="..."></a>
<!-- /.container -->
</footer>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>