core_technology_6_en.html 4.68 KB
<!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_f5-->
<div class="floor_public floor_f5_banner" id="f5">
	<div class="floor_public_box">
	<div class="floor_f5_text">
	<!-- <h2 class="wow bounceInDown" data-wow-duration="1.5s">通用物体识别<span></span></h2> -->
	<p class="wow bounceInDown">
		Extract and integrate the key information in massive video so as to intelligently analyze the real-time and post-event situation of the retrieved video
	</p>
	</div>
	</div>
</div>

<div class="floor_public_list floor_f5_list">
	<dl>
	<dt><img src="images/core_img20.jpg"></dt>
	<dd>
		<h3>Head-Shoulder Detection and Tracking</h3>
		<p>
			Real-time head-shoulder detection and tracking system bases on deep learning. It supports the accurate head-shoulder detection and tracking in HD video and draws trajectories for each specific target to provide real and efficient underlying data for further big data analysis.
		</p>
		<span class="line_1"></span> 
		<span class="line_2"></span> 
		<span class="line_3"></span> 
		<span class="line_4"></span>
	</dd>
	</dl>

	<dl>
	<dt><img src="images/core_img29.jpg"></dt>
	<dd>
		<h3>Human, Vehicle and Objects Detection and Tracking</h3>
		<p>
			Real-time object detection and tracking system is based on deep learning. It aim at detecting and tracking specific target in the real-time HD surveillance video with complex background.
		</p>
		<span class="line_1"></span> 
		<span class="line_2"></span> 
		<span class="line_3"></span> 
		<span class="line_4"></span>
	</dd>
	</dl>
	<dl>
		<dt><img src="images/core_img30.jpg"></dt>
		<dd>
			<h3>Specific Target Detection</h3>
			<p>
				Support real-time target detection of pedestrian, bicycle, electric vehicle, motorcycle, car and other 11 types of targets by multi-channel HD video.
			</p>
			<span class="line_1"></span>
			<span class="line_2"></span>
			<span class="line_3"></span>
			<span class="line_4"></span>
		</dd>
	</dl>
	<dl>
		<dt><img src="images/core_img22.jpg"></dt>
		<dd>
			<h3>Multi-target Tracking</h3>
			<p>
				Track all targets in real time. Draw specific trajectories for each target, and generate structured target information.
			</p>
			<span class="line_1"></span>
			<span class="line_2"></span>
			<span class="line_3"></span>
			<span class="line_4"></span>
		</dd>
	</dl>
</div>

</body>
</html>