# Real-time Vision-based Depth Reconstruction with NVidia Jetson

**Authors:** Andrey Bokovoy, Kirill Muravyev, Konstantin Yakovlev

arXiv: 1907.07210 · 2019-07-19

## TL;DR

This paper develops and evaluates neural network models for real-time depth reconstruction from a single image on NVidia Jetson devices, enabling improved mobile robotics mapping with high frame rates.

## Contribution

It introduces optimized FCNN architectures for depth estimation that run efficiently on NVidia Jetson, with demonstrated real-time monocular vSLAM performance.

## Key findings

- Achieved over 16 FPS on 320x240 images on NVidia Jetson
- Identified the best tradeoff model between accuracy and efficiency
- Validated models through real-time indoor vSLAM on NVidia Jetson TX2

## Abstract

Vision-based depth reconstruction is a challenging problem extensively studied in computer vision but still lacking universal solution. Reconstructing depth from single image is particularly valuable to mobile robotics as it can be embedded to the modern vision-based simultaneous localization and mapping (vSLAM) methods providing them with the metric information needed to construct accurate maps in real scale. Typically, depth reconstruction is done nowadays via fully-convolutional neural networks (FCNNs). In this work we experiment with several FCNN architectures and introduce a few enhancements aimed at increasing both the effectiveness and the efficiency of the inference. We experimentally determine the solution that provides the best performance/accuracy tradeoff and is able to run on NVidia Jetson with the framerates exceeding 16FPS for 320 x 240 input. We also evaluate the suggested models by conducting monocular vSLAM of unknown indoor environment on NVidia Jetson TX2 in real-time. Open-source implementation of the models and the inference node for Robot Operating System (ROS) are available at https://github.com/CnnDepth/tx2_fcnn_node.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.07210/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.07210/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1907.07210/full.md

---
Source: https://tomesphere.com/paper/1907.07210