cascade-stereo icon indicating copy to clipboard operation
cascade-stereo copied to clipboard

Spatial resolution of output feature maps in each stage

Open tatsy opened this issue 5 years ago • 0 comments

Thank you very much for sharing the source code of this great project.

I read the paper of Cas-MVSNet and I have wondered that the spatial resolution of the feature maps described in the paper is different from those used in this repo. The paper mentions that the spatial resolution of the feature maps are {1/16, 1/4, 1} of the input image in each stage, but in this repo, {1/4, 1/2, 1} of the input image seem to be used.

Also, I am wondering whether changing the scale_factor of F.interpolate to be 4 (instead of 2) in the following line is enough to reproduce the case of using the feature maps of {1/16, 1/4, 1} sizes. https://github.com/alibaba/cascade-stereo/blob/2a1879ad5bb705ed2a5af67f15f09c85a34c23d0/CasMVSNet/models/module.py#L439

Thank you very much for your help.

tatsy avatar Dec 04 '20 10:12 tatsy