MVSTER icon indicating copy to clipboard operation
MVSTER copied to clipboard

[ECCV 2022] MVSTER: Epipolar Transformer for Efficient Multi-View Stereo

Results 13 MVSTER issues
Sort by recently updated
recently updated
newest added

I wonder have you test MVSTER on Stereo Matching datasets? It looks like your method is easy to adapt to 2 image Stereo Matching scene

Has anyone fine-tuned the pretrained model(https://github.com/JeffWang987/MVSTER/releases/tag/dtu_ckpt) provided by the author?When I did so, I found that the author may have left out "The Auxiliary Branch makes Monocular depth Estimation" from...

很抱歉打扰您,在运行程序时遇到了问题,想向您请教一下: 当我运行train_mvs4.py时出现了下面的问题: Traceback (most recent call last): File "/home/ly/Work/MVSTER/train_mvs4.py", line 425, in train(model, model_loss, optimizer, TrainImgLoader, TestImgLoader, start_epoch, args) File "/home/ly/Work/MVSTER/train_mvs4.py", line 103, in train loss, scalar_outputs, image_outputs = train_sample(model,...

Thanks for your good work! I have not seen any discussion of the input resolution in the paper.

thanks for your code! I have a question about MVS4Net.py “line 109 outputs = self.mono_depth_decoder(outputs, depth_values[:,0], depth_values[:,1])” depth_values[:,-1] seems to d_max rather than depth_values[:,1]. Is there a problem with my...

Hi there, Thanks for your great work! I've used your code to re-train MVSTER on 640x512 images/depths and test on DTU 1152x864 images. I'm using a slightly different system -...

Is there any settings wrong? Trained with the source code , not pretrained model.

We use epipolar to reduce search space in order to find given ref image's point `x`'s corresponding point on source images `x'`. But before this we use homography warping to...

Hello, when using this network is it necessary to know the camera internal parameters to generate the Epipolar lines? Or the network only requires the input of the image and...