Giter Club home page Giter Club logo

gabor-smnet's Introduction

Followed from https://github.com/JiaRenChang/PSMNet

Dependencies

  • Python 3.5

  • PyTorch 0.4.0+

  • torchvision 0.2.0

Dataset

  • KITTI 2012 / KITTI 2015

  • Scene Flow

KITTI: The KITTI dataset is relatively small and has real-world pictures with sparse ground truth disparity maps.

Scene Flow: The Scene Flow dataset is relatively large. It is a synthetic dataset with dense ground truth disparity maps.

Training Strategy: Pretrain the network using Scene Flow dataset, then finetune the network on the KITTI dataset

Train

python main.py --maxdisp 192 \
               --datapath /SceneFlow_dataset_path \
               --epochs 10  \
               --savemodel ./trained/

python finetune.py --maxdisp 192 \
                   --datatype 2015 \
                   --datapath /KITTI2_train_set_path \
                   --epochs 600 \
                   --loadmodel ./trained/checkpoint_10.tar \
                   --savemodel ./trained/trained2015

Evaluation

python submission.py --loadmodel ./trained/trained2012/finetune_600.tar  \
                     --KITTI 2012
                     --datapath  /KITTI_test_set_path

Final Result

The disparity maps for the KITTI testset are calculated by submission.py, those disparity maps are submitted to the KITTI website to calculated the final accuracy result.

Please cite

@article{luan2018gabor,
  title={Gabor convolutional networks},
  author={Luan, Shangzhen and Chen, Chen and Zhang, Baochang and Han, Jungong and Liu, Jianzhuang},
  journal={IEEE Transactions on Image Processing},
  volume={27},
  number={9},
  pages={4357--4366},
  year={2018},
  publisher={IEEE}
}

@inproceedings{liu2018stereo,
  title={Stereo Matching Using Gabor Convolutional Neural Network},
  author={Liu, Zhendong and Hu, Qinglei and Liu, Jiachen and Zhang, Baochang},
  booktitle={2018 11th International Workshop on Human Friendly Robotics (HFR)},
  pages={48--53},
  year={2018},
  organization={IEEE}
}

gabor-smnet's People

Contributors

anonymous20192020 avatar bczhangbczhang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.