FastMVSNet icon indicating copy to clipboard operation
FastMVSNet copied to clipboard

[CVPR'20] Fast-MVSNet: Sparse-to-Dense Multi-View Stereo With Learned Propagation and Gauss-Newton Refinement

Results 15 FastMVSNet issues
Sort by recently updated
recently updated
newest added

During the testing phase,after run the following code,which means the some pictures in scan1 and scan4 have been dealt with. I get two errors: AttributeError: Caught AttributeError in DataLoader worker...

fastmvsnet.utils.checkpoint INFO: Loading checkpoint from /home/camellia/fastMVSNet-master/outputs/pretrained.pth Traceback (most recent call last): File "/home/camellia/fastMVSNet-master/fastmvsnet/test.py", line 141, in main() File "/home/camellia/fastMVSNet-master/fastmvsnet/test.py", line 137, in main test(cfg, output_dir, isCPU=isCPU) File "/home/camellia/fastMVSNet-master/fastmvsnet/test.py", line 98,...

Thank you for your exllent work! I wonder how to run in my own dataset . Or can you show me the structure of the rectified dataset? Perhaps I can...

python E:\桌面\test\FastMVSNet\fastmvsnet/train.py --cfg configs/dtu.yaml Traceback (most recent call last): File "E:\桌面\test\FastMVSNet\fastmvsnet/train.py", line 293, in main() File "E:\桌面\test\FastMVSNet\fastmvsnet/train.py", line 271, in main cfg = load_cfg_from_file(args.config_file) File "E:\桌面\test\FastMVSNet\fastmvsnet/..\fastmvsnet\config.py", line 163, in load_cfg_from_file...

请问,我在运行train文件的时候出现了ImportError是怎么回事呢?具体如下 File "/code/FastMVSNet-master/fastmvsnet/train.py", line 13, in from fastmvsnet.utils.io import mkdir File "/code/FastMVSNet-master/fastmvsnet/../fastmvsnet/utils/io.py", line 7, in import cv2 File "/opt/conda/lib/python3.6/site-packages/cv2/__init__.py", line 5, in from .cv2 import * ImportError: libXau.so.6: cannot open...

您好,请问为什么运行深度图融合之后输出的.ply文件大小都是175kb呢?或许您能指点我一个方法吗?非常感谢!

Hi! I could not finish the training because I encountered this error non-indefinitely(usually after trained for several epochs). I use a small batch size so I don't think it is...