All Projects → zyf12389 → GC-Net

zyf12389 / GC-Net

Licence: other
gc-net for stereo matching by using pytorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GC-Net

UAV-Stereo-Vision
A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
Stars: ✭ 30 (-62.5%)
Mutual labels:  stereo-matching
BridgeDepthFlow
Bridging Stereo Matching and Optical Flow via Spatiotemporal Correspondence, CVPR 2019
Stars: ✭ 114 (+42.5%)
Mutual labels:  stereo-matching
edlsm pytorch
Pytorch implementation for stereo matching described in the paper: Efficient Deep learning for stereo matching
Stars: ✭ 16 (-80%)
Mutual labels:  stereo-matching
stereo
Perform stereo matching algorithm using Direct 3D (level 9.3) on a mobile device without CUDA support.
Stars: ✭ 13 (-83.75%)
Mutual labels:  stereo-matching
RealtimeStereo
Attention-Aware Feature Aggregation for Real-time Stereo Matching on Edge Devices (ACCV, 2020)
Stars: ✭ 110 (+37.5%)
Mutual labels:  stereo-matching
Reversing
Code for "Reversing the cycle: self-supervised deep stereo through enhanced monocular distillation"
Stars: ✭ 43 (-46.25%)
Mutual labels:  stereo-matching
semi-global-matching
Semi-Global Matching
Stars: ✭ 122 (+52.5%)
Mutual labels:  stereo-matching
Openmvs
open Multi-View Stereo reconstruction library
Stars: ✭ 1,842 (+2202.5%)
Mutual labels:  stereo-matching
SASensorProcessing
ROS node to create pointcloud out of stereo images from the KITTI Vision Benchmark Suite
Stars: ✭ 26 (-67.5%)
Mutual labels:  stereo-matching
ONNX-HITNET-Stereo-Depth-estimation
Python scripts form performing stereo depth estimation using the HITNET model in ONNX.
Stars: ✭ 21 (-73.75%)
Mutual labels:  stereo-matching
Learning2AdaptForStereo
Code for: "Learning To Adapt For Stereo" accepted at CVPR2019
Stars: ✭ 73 (-8.75%)
Mutual labels:  stereo-matching
PAM
[TPAMI 2020] Parallax Attention for Unsupervised Stereo Correspondence Learning
Stars: ✭ 62 (-22.5%)
Mutual labels:  stereo-matching
Pandora
A stereo matching framework that will help you design your stereo matching pipeline with state of the art performances.
Stars: ✭ 31 (-61.25%)
Mutual labels:  stereo-matching
pais-mvs
Multi-view stereo image-based 3D reconstruction
Stars: ✭ 55 (-31.25%)
Mutual labels:  stereo-matching
PatchMatchCuda
The PatchMatch stereo match algorithm implemented by CUDA.
Stars: ✭ 32 (-60%)
Mutual labels:  stereo-matching

GC-Net

gc-net for stereo matching by using pytorch

《End-to-End Learning of Geometry and Context for Deep Stereo Regression》https://arxiv.org/abs/1703.04309

Requirements: pytorch0.3.1 python3.5

Files that begin with a read are for extracting data from sceneflow dataset. read_data.py is just like a dataprovider which can be processed by dataloader.

Max disparity in my code was set 160 because of the limitation of GPU(1080Ti) memory(must be a multiple of 32 because of the encoder-decoder process). Other parameters are basically consistent with those set in the paper.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].