Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 9076 байт. Загружен за: 1сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://fastdepth.mit.edu/robots.txt
302 Found
https://fastdepth.mit.edu/
200 OK
Показать содержимое robots.txt
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>FastDepth</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <base href="/"> -->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.8.0/codemirror.min.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.8.0/codemirror.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.3/clipboard.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<h1 class="col-md-12 text-center">
FastDepth: Fast Monocular Depth Estimation on Embedded Systems</br>
</h1>
</div>
<br/>
<div class="row">
<div class="col-md-12 text-center">
<ul class="list-inline" style="font-size:18px">
<li>
<a target="_blank" href="http://www.rle.mit.edu/eems/">
Diana Wofk*
</a>
</li>
<li>
<a target="_blank" href="http://www.mit.edu/~fcma/">
Fangchang Ma*
</a>
</li>
<li>
<a target="_blank" href="http://www.rle.mit.edu/eems/">
Tien-Ju Yang
</a>
</li>
<br>
<li>
<a target="_blank" href="http://karaman.mit.edu/">
Sertac Karaman
</a>
</li>
<li>
<a target="_blank" href="http://www.rle.mit.edu/eems/">
Vivienne Sze
</a>
</li>
</br>
Massachusetts Institute of Technology
<i><p style="font-size:13px">
* These authors contributed equally to this work
</p></I>
</ul>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<h3>
Abstract
</h3>
<p class="text-justify" style="font-size:115%;text-indent:2.0em;">
Depth sensing is a critical function for robotic tasks such as localization, mapping and obstacle detection. There has been a significant and growing interest in depth estimation from a single RGB image, due to the relatively low cost and size of monocular cameras.
However, state-of-the-art single-view depth estimation algorithms are based on fairly complex deep neural networks that are too slow for real-time inference on an embedded platform, for instance, mounted on a micro aerial vehicle.
In this paper, we address the problem of fast depth estimation on embedded systems. We propose an efficient and lightweight encoder-decoder network architecture and apply network pruning to further reduce computational complexity and latency. In particular, we focus on the design of a low-latency decoder. Our methodology demonstrates that it is possible to achieve similar accuracy as prior work on depth estimation, but at inference speeds that are an order of magnitude faster. Our proposed network, FastDepth, runs at 178 fps on an NVIDIA Jetson TX2 GPU and at 27 fps when using only the TX2 CPU, with active power consumption under 10 W. FastDepth achieves close to state-of-the-art accuracy on the NYU Depth v2 dataset.
To the best of the authors' knowledge, this paper demonstrates real-time monocular depth estimation using a deep neural network with the highest throughput on an embedded platform that can be carried by a micro aerial vehicle.
</p>
<div class="row" id="header_img">
<div class="col-md-5" align="center">
<div class="col-xs-12" align="center">
<img src="acc_fps_gpu.png" alt="Accuracy versus speed" style="height:300px;">
</div>
<div class="col-xs-12" align="center">
<p style="font-size:20px; margin-top:10px;">
Accuracy versus speed tradeoff
</p>
</div>
</div>
<div class="col-md-7" align="center">
<div class="col-xs-12" align="center">
<img src="gpu_runtime_progression.png" alt="Impact of Optimizations" style="height:300px;">
</div>
<div class="col-xs-12" align="center">
<p style="font-size:20px; margin-top:10px;">
Impact of Optimizations
</p>
</div>
</div>
</div>
</br>
<hr>
<div class="row">
<div class="col-md-12">
<h3>
Video
</h3>
<p align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gRqrYJWyXyI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="col-xs-12" align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gtXfRTPnz6Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<h3>
Downloads
</h3>
<div class="col-md-8 col-md-offset-2 text-center">
<ul class="nav nav-pills nav-justified" style="font-size:20px";>
<li>
<a target="_blank" href="http://fastdepth.mit.edu/2019_icra_fastdepth.pdf">
Paper
</a>
</li>
<li>
<a target="_blank" href="http://www.rle.mit.edu/eems/wp-content/uploads/2019/05/2019_icra_fastdepth_poster.pdf">
Poster
</a>
</li>
<li>
<a target="_blank" href="https://github.com/dwofk/fast-depth">
Code
</a>
</li>
</ul>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<h3>
BibTeX
</h3>
</div>
<div class="col-md-10 col-md-offset-1">
<div class="highlighter-rouge"><pre class="highlight"><code>
@inproceedings{icra_2019_fastdepth,
author = {{Wofk, Diana and Ma, Fangchang and Yang, Tien-Ju and Karaman, Sertac and Sze, Vivienne}},
title = {{FastDepth: Fast Monocular Depth Estimation on Embedded Systems}},
booktitle = {{IEEE International Conference on Robotics and Automation (ICRA)}},
year = {{2019}}
}
</code></pre></div>
</div>
</div>
<hr>
<div id="footer">
<div class="container">
<p>© MIT <a href="http://www.rle.mit.edu/eems/">EEMS</a> 2019</p>
<p><a href=https://accessibility.mit.edu/>Accessibility</a></p>
</div>
</div>
</div>
</body>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=11958899;
var sc_invisible=1;
var sc_security="cc75eee2";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><div class="statcounter"><a title="wordpress counter" href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/11958899/0/cc75eee2/0/" alt="wordpress counter" ></a></div></noscript>
<!-- End of StatCounter Code -->
</html>