MVSNet
MVSNet copied to clipboard
why no centering is applied on dtu datset?
and another question: what's the difference between inference_mem() and inference()? Thank you for your time in advance!
The image centering is moved to line 272 in train.py.
inference_mem() is a memory-efficient function that, only one copy of the feature volume is kept in the memory during the network inference.