cogsys-tuebingen / mobilestereonet

Lightweight stereo matching network based on MobileNet blocks
Apache License 2.0
235 stars 47 forks source link

Why are there 3D conv. in the 2D model? #7

Closed schmidtp1 closed 3 years ago

schmidtp1 commented 3 years ago

e.g. https://github.com/cogsys-tuebingen/mobilestereonet/blob/main/models/MSNet2D.py#L73

fshamsafar commented 2 years ago

@schmidtp1 The 3D convolutions in the 2D model are used for the cost volume computation. We use the naming of 2D or 3D model following the 2D or 3D encoder-decoder.