Xunfei Zhou

Results 1 issues of Xunfei Zhou

https://github.com/ardaduz/deep-video-mvs/blob/fa14288f149c5af7b2a49092f729f5c4f44517ba/dvmvs/utils.py#L62 I think it is supposed to be ``` width_normalizer = (width - 1) / 2.0 height_normalizer = (height - 1) / 2.0 ``` The reason of that is to...