# DeepP **Repository Path**: itking666/deep-p ## Basic Information - **Project Name**: DeepP - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepPruner: Learning Efficient Stereo Matching via Differentiable PatchMatch This repository releases code for our paper [DeepPruner: Learning Efficient Stereo Matching via Differentiable PatchMatch](https://arxiv.org/abs/1909.05845). ##### Table of Contents [DeepPruner](#DeepPruner) [Differentiable Patch Match](#DifferentiablePatchMatch) [Requirements (Major Dependencies)](#Requirements) [Citation](#Citation) ### **DeepPruner** + An efficient "Real Time Stereo Matching" algorithm, which takes as input 2 images and outputs a disparity (or depth) map.  + Results/ Metrics: + [**KITTI**](http://www.cvlibs.net/datasets/kitti/eval_scene_flow.php?benchmark=stereo): **Results competitive to SOTA, while being real-time (8x faster than SOTA). SOTA among published real-time algorithms**.    + [**ETH3D**](https://www.eth3d.net/low_res_two_view?mask=all&metric=bad-2-0): **SOTA among all ROB entries**. + **SceneFlow**: **2nd among all published algorithms, while being 8x faster than the 1st.**