Home

Awesome

Unofficial Pytorch implementation of - Unsupervised Cross-spectral Stereo Matching by Learning to Synthesize

Steps to train on Pittsburgh dataset:

Qualitative Results

Left (RGB)Fake Left (NIR)Right (NIR)Fake Right (RGB)Disparity
LeftLeft FakeRightRight FakeDisp
LeftLeft FakeRightRight FakeDisp
LeftLeft FakeRightRight FakeDisp

Quantitative Results

MethodCommonLightGlassGlossyVegSkinClothingBagMean
From paper (STN + SMN)1.131.551.051.520.891.231.140.981.18
This Implementation0.641.511.121.930.701.121.141.121.17

Comparing STN + SMN since the spectral transalation in this implementation is not F-cyclegan but the original cyclegan.

Trained Weights:

Training

Summary

Differences from the original Paper