Local Similarity Pattern and Cost Self-Reassembling for Deep Stereo Matching Networks
Contributions
A novel pairwise feature LSP to extract structural information, which is beneficial for accurate matching especially when the illumination of the image pair is imbalanced
A novel disparity refinement method CSR (or DSR to save memory) to deal with outliers that are difficult to match, e.g. disparity discontinuities and occluded regions.
This repository is an unofficial PyTorch implementation of StarGAN-ZSVC by Matthew Baas and Herman Kamper. This repository provides both model architectures and the code to inference or train them.
Code for Active Learning at The ImageNet Scale. This repository implements many popular active learning algorithms and allows training with torch's DDP.