core_technology_5_en.html
4.38 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>核心技术-ObjectEye|视语科技 - 引领原生科技,打造有温度、有价值的人工智能</title>
<meta name="description" content="ObjectEye(视语科技),基于模式识别和人工智能技术、提供智慧交通、智慧安防、智慧商业、智慧制造等行业人工智能行业应用解决方案" />
<meta name="keywords" content="加油向未来守门员,AI守门员,视语科技,王金桥,物体识别,生鲜识别,货架商品识别,家居装饰识别,萌宠识别,固废分拣" />
<!--公共自定义 CSS-->
<link rel="stylesheet" href="css/zhongke_en.css">
<link rel="stylesheet" href="css/animate.css"> <!--页面滚动出发动画-->
<script type="text/javascript" src="js/jquery-1.12.1.min.js"></script>
<script type="text/javascript" src="js/zhongke.js"></script> <!--公共js-->
<!--响应式导航-->
<link rel="stylesheet" href="css/responsive-nav.css">
<link rel="stylesheet" href="css/self_adaption.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/responsive-nav.js"></script>
<link rel="stylesheet" type="text/css" href="font/iconfont.css">
<!--页面滚动执行css3动画-->
<script src="js/wow.min.js"></script>
<script>
if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
new WOW().init();
};
</script>
</head>
<body>
<!--head_public头部导航-->
<div class="head_public nav_fixed">
<div class="inner">
<div id="nav">
<div class="design_logo" style="cursor: pointer">
<img class="logo_objecteye" src="images/mobile_logo.png" onclick="javascript:window.open('index_en.html',name='_self ')">
<img class="language" src="images/icon-nav-cn.png"style="cursor: pointer" onclick="javascript:window.open('index.html',name='_self ')">
</div>
<ul id="menu" class="nav">
<li><a href="core_technology_1_en.html">Core Technology</a></li>
<li><a href="product_service_en.html">Product Service</a></li>
<li><a href="case_analysis_1_en.html">Case Analysis</a></li>
<li><a href="news_information_en.html">Industry Advisory</a></li>
<li><a href="about_us_en.html">About us</a></li>
</ul>
</div>
<script>
var navigation = responsiveNav("#nav");
</script>
</div>
</div>
<!--head_public-->
<!--header_cont-->
<div class="header_cont">
<div class="design_logo" style="cursor: pointer" onclick="javascript:window.open('index_en.html',name='_self ')"><img src="images/mobile_logo.png"></div>
</div>
<!--header_cont-->
<!--floor_f4-->
<div class="floor_public floor_f4_banner" id="f4">
<div class="floor_public_box">
<div class="floor_f4_text">
<!-- <h2 class="wow bounceInDown" data-wow-duration="1.5s">通用物体识别<span></span></h2> -->
<p class="wow bounceInDown">
Automatically acquire object information in the images. Return accurate recognition results and recommend related products to the consumers intelligently
</p>
</div>
</div>
</div>
<div class="floor_public_list floor_f4_list">
<dl>
<dt><img src="images/core_img15.jpg"></dt>
<dd>
<h3>Food Recognition</h3>
<p>
The food recognition algorithm bases on deep learning. It can recognize about 1,000 kinds of foods and accurately locate them. The recognition accuracy is more than 90%. Besides, it can propose personalized healthy diet suggestions for users.
</p>
</dd>
</dl>
<dl>
<dt><img src="images/core_img16.jpg"></dt>
<dd>
<h3>Recognition of Commodity on the Shelf</h3>
<p>
Accurately recognize the location, brand, name and price of shelf goods, so as to facilitate timely and accurate grasp of shelf goods information and improve the efficiency of supermarket shelf management.
</p>
</dd>
</dl>
<dl>
<dt><img src="images/core_img17.jpg"></dt>
<dd>
<h3>Home Decoration Recognition</h3>
<p>
Accurately locate and recognize the household items to realize the functions of smart advertising based on the content of the scene.
</p>
</dd>
</dl>
<dl>
<dt><img src="images/core_img18.jpg"></dt>
<dd>
<h3>Pet Recognition</h3>
<p>
Accurately analyze and describe the breed, name, hair characteristics and some other characteristics of pets to help locate and recognize pets in multiple scenes.
</p>
</dd>
</dl>
<dl>
<dt><img src="images/core_img19.jpg"></dt>
<dd>
<h3>Solid Waste Sorting</h3>
<p>
Automatically recognize and sort solid waste to realize the material recognition and find the optimal position to pick solid waste up.
</p>
</dd>
</dl>
</div>
</body>
</html>