-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataset-testing.html
133 lines (125 loc) · 4.74 KB
/
dataset-testing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title> ICDAR 2019 cTDaR | Testing Dataset</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12 overflow">
</div>
</div>
</div>
<div class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<!-- <span class="sr-only">Toggle navigation</span> -->
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<h1><img src="images/logo.png" alt="logo" style="width: 45%; height: 40%; max-width: 500px; padding-left: 45px" ></h1>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="dropdown"><a href="#">Tasks<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="tasks.html">Tasks</a></li>
<li><a href="results.html">Results</a></li>
</ul>
</li>
<li class="dropdown active"><a href="#">Dataset<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="dataset-description.html">Description</a></li>
<li><a href="dataset-training.html">Training Dataset</a></li>
<li><a href="dataset-testing.html">Test Dataset</a></li>
</ul>
</li>
<li><a href="evaluation.html">Evaluation</a></li>
<li><a href="organizers.html">Organizers</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
<!-- <div class="search">
<form role="form">
<i class="fa fa-search"></i>
<div class="field-toggle">
<input type="text" class="search-form" autocomplete="off" placeholder="Search">
</div>
</form>
</div> -->
</div>
</div>
</header>
<!--/#header-->
<section id="page-breadcrumb">
<div class="vertical-center sun">
<div class="container">
<div class="row">
<div class="action">
<div class="col-sm-12">
<h1 class="title">Testing Dataset</h1>
<!-- <p>Why our Clients love to work with us.</p> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#page-breadcrumb-->
<section id="features">
<div class="container">
<div class="row">
<div class="single-features">
<div class="col-sm-10 col-sm-offset-1 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<p>The test dataset can be downloaded <a href="https://github.com/cndplab-founder/ICDAR2019_cTDaR/tree/master/test" target="_blank">here.</a></p>
</div>
</div>
</div>
</div>
</section>
<!--/#features-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-text text-center">
<p>© PKU Founder Group 2019. All Rights Reserved.</p>
<p>Designed by <a target="_blank" href="http://www.themeum.com">Themeum</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>