Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50ec6b2

Browse files
authored
renew image
1 parent bb2681d commit 50ec6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This repository contains the code (in PyTorch) for "[Pyramid Stereo Matching Net
2424

2525
Recent work has shown that depth estimation from a stereo pair of images can be formulated as a supervised learning task to be resolved with convolutional neural networks (CNNs). However, current architectures rely on patch-based Siamese networks, lacking the means to exploit context information for finding correspondence in illposed regions. To tackle this problem, we propose PSMNet, a pyramid stereo matching network consisting of two main modules: spatial pyramid pooling and 3D CNN. The spatial pyramid pooling module takes advantage of the capacity of global context information by aggregating context in different scales and locations to form a cost volume. The 3D CNN learns to regularize cost volume using stacked multiple hourglass networks in conjunction with intermediate supervision.
2626

27-
<img align="center" src="https://user-images.githubusercontent.com/11732099/37816737-20ebff72-2eaf-11e8-8250-22828967b43c.png">
27+
<img align="center" src="https://user-images.githubusercontent.com/11732099/43501836-1d32897c-958a-11e8-8083-ad41ec26be17.jpg">
2828

2929
## Usage
3030

0 commit comments

Comments
 (0)