zyf12389 / GC-Net

gc-net for stereo matching by using pytorch
110 stars 20 forks source link

How about the result of the implementation? #1

Open IceTTTb opened 6 years ago

IceTTTb commented 6 years ago

Hi, @zyf12389 Thanks for you code! Could you tell me that can this implementation achieves the result authors shown in GC-NET paper or how this implementation performs?

zyf12389 commented 6 years ago

HI, @IceTTTb I didn't do evaluation on the test set (Just to be familiar with this field). The result here is test_result.png which correspondence to test_gt.png. You can follow this work https://github.com/JiaRenChang/PSMNet. After implementing GC-NET, I found that the code of PSMNet can be used for reference.