Yeeef

Results 2 issues of Yeeef

In `tools.train.py` LINE 69, ```python last_epoch = config.TRAIN.BEGIN_EPOCH ``` I think it may should be `config.TRAIN.END_EPOCH`?

Hi, Really appreciate your great work on both MVSNet and R-MVSNet! When I was reading your code, the shape of **depth_start, depth_interval, depth** really confused me. To be specific, in...