MVSNet_pl icon indicating copy to clipboard operation
MVSNet_pl copied to clipboard

MVSNet: Depth Inference for Unstructured Multi-view Stereo using pytorch-lightning

Results 5 MVSNet_pl issues
Sort by recently updated
recently updated
newest added

Where do these float numbers come from? I could not find any reference to them. https://github.com/kwea123/MVSNet_pl/blob/b18b5ee7e9295c040bdee89f5aa9cffeabe93b6e/train.py#L32-L41

I use the following command, but it seems that the performance is worse than yours. May I ask do I miss any things? CUDA_VISIBLE_DEVICES=1 python train.py \ --root_dir data/DTU/mvs_training/dtu \...

Hi, @kwea123 I am conducting some experiments using this MVSNet implementation, since its clear and simple PyTorch Lightning warping. For faster training process, the model is trained with 3 GPUs...

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.2.30 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies