5cd946c8
Yang Xiaoxiao
.
|
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
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Alvaro Trigo Lopez" />
<meta name="description" content="ObjectEye(视语科技),基于模式识别和人工智能技术、提供智慧交通、智慧安防、智慧商业、智慧制造等行业人工智能行业应用解决方案" />
<meta name="keywords" content="ObjectEye,视语科技,交通,王金桥,智慧互通科技有限公司,华为科技有限公司" />
<meta name="Resource-type" content="Document" />
<title>案例分析-ObjectEye|视语科技 - 引领原生科技,打造有温度、有价值的人工智能</title>
<!--公共自定义 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-->
<div class="floor_public_list floor_f1_list">
<dl>
<dt><img src="images/anli_img3.jpg"></dt>
<dd>
<h4>AIpark</h4>
<p>
In the cooperation with AIpark, through the deployment of intelligent video parking monitoring and management equipment on the city roadside, semi-closed and closed parking lots, cooperating with backstage intelligent business management, data analysis platform and all-round electronic payment system, the solution of urban intelligent parking management was realized. It has been commended by the governments and leaders at all levels in Beijing, Hebei Province and Shijiazhuang. This project was broadcast on Beijing TV and Hebei TV.
</p>
</dd>
</dl>
<dl>
<dt><img src="images/anli_img2.jpg"></dt>
<dd>
<h4>HUAWEI TECHNOLOGIES Co., Ltd.</h4>
<p>
ObjectEye cooperates extensively with Huawei Technologies Co., Ltd. in the fields of intelligent security, intelligent transportation and intelligent finance. The intelligent vehicle recognition technology, face recognition technology and crowd behavior analysis technology developed by ObjectEye have been applied to Huawei's products and chips with remarkable results and won the Huawei Excellent Cooperation Project Award.
</p>
</dd>
</dl>
</div>
</body>
</html>
|