tkuri / papers

Summarizing the papers I have read (Japanese)
41 stars 1 forks source link

Depth Estimation via Affinity Learned with Convolutional Spatial Propagation Network #414

Open tkuri opened 3 years ago

tkuri commented 3 years ago

論文概要

疎なDepthの保存を保証するようなDepth補完のための親和性行列を学習するためのシンプルかつ効率的な畳み込み空間伝搬ネットワーク(CSPN)の提案。従来の空間伝搬ネットワークと比較し高速であり性能も良い。あらゆるタイプのCNNと共同で学習することが可能。

bib_20210611 00 https://arxiv.org/abs/1808.00150

Code

https://github.com/XinJCheng/CSPN/tree/master/cspn_pytorch