├── LICENSE ├── README.md ├── cuda └── stereo_utils.cu ├── deep_cost_aggr.ipynb └── pretrained_model ├── deep_cost_aggr_pretrained_kitti.npz └── hed_pretrained_bsds.npz /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey-kuzmin/deep-cost-aggr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey-kuzmin/deep-cost-aggr/HEAD/README.md -------------------------------------------------------------------------------- /cuda/stereo_utils.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey-kuzmin/deep-cost-aggr/HEAD/cuda/stereo_utils.cu -------------------------------------------------------------------------------- /deep_cost_aggr.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey-kuzmin/deep-cost-aggr/HEAD/deep_cost_aggr.ipynb -------------------------------------------------------------------------------- /pretrained_model/deep_cost_aggr_pretrained_kitti.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey-kuzmin/deep-cost-aggr/HEAD/pretrained_model/deep_cost_aggr_pretrained_kitti.npz -------------------------------------------------------------------------------- /pretrained_model/hed_pretrained_bsds.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrey-kuzmin/deep-cost-aggr/HEAD/pretrained_model/hed_pretrained_bsds.npz --------------------------------------------------------------------------------