-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (73 loc) · 4.75 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SLPDR: A Benchmark For Ship License Plate Detection And Recognition</title>
<!-- CSS -->
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<!-- ENDS CSS -->
<!--script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89797207-1', 'auto');
ga('send', 'pageview');
</script-->
<!-- ENDS JS -->
</head>
<body>
<!-- MAIN -->
<div id="main">
<div id="match-nav-wrapper">
<div id="match-nav-bar">
<table>
<thead>
<tr>
<!--th width="10%"><a href="#">Home</a></th-->
<!--th width="30%"><a href="#video-explicit">Demonstration of the explicit method</a></th>
<th width="30%"><a href="#video-implicit">Demonstration of the implicit method</a></th-->
<!--th width="15%"></th-->
</tr>
</thead>
</table>
</div>
</div>
<!-- HEADER -->
<div id="home-header">
<div id="match-wrapper">
<!--h5><a href="#"><img src="image/logo.png"></a></h5-->
<h2>SLPDR: A Benchmark For Ship License Plate Detection And Recognition</h2>
<center>
Youmei Zhang, Junyu Chen, Chenxing Wang, Bin Li, Mingxin Zhang, Wei Zhang
</center>
<center>
<font size=2>School of Mathematics and Statistics, Qilu University of Technology (Shandong Academy of Sciences)  </font>
</center>
<center>
<font size=2>School of Control Science and Engineering, Shandong University  </font>
</center>
<br><strong>Abstract</strong>
<p style="text-align:justify; text-justify:inter-ideograph;">
Ship identification is a prerequisite for the intelligent management of maritime transportation, yet existing research is limited to the overall detection and categorization of ships, and there is a lack of data and related research on ship identification.
Inspired by the research on vehicle license plates, we make the first attempt to propose the concept of ship license plate and construct the first ship license plate detection and recognition (SLPDR) dataset, which contains 88, 862 images and 1,420 instances.
In addition, this paper presents a state space attention based YOLO model, which effectively integrate global
information and local details for fast and accurate ship license plate detection.
Furthermore, we explore the application of ship license plate in intelligent maritime transportation, including ship identification, connecting images and ships and ship compliance assessment, which provides new ideas for intelligent management of maritime vessels.
</p>
<br>
<h1>Dataset Overview</h1>
<div id="match-teaser-img"><img src="image/data.png"></div>
<h1>Ship Identification</h1>
<div id="match-teaser-img"><img src="image/demo2.png"></div>
<h1>Berth Management</h1>
<div id="match-teaser-img"><img src="image/demo4.png"></div>
<h1>Video demonstration</h1>
<iframe width="880" height="495" src="https://www.youtube.com/embed/FG7DbsFo3WE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br><br>
</div>
<!-- ENDS Footer -->
</body>
</html>