MVSNet
MVSNet copied to clipboard
Segmentation fault (core dumped)
hi, thank you for your work. when i run the code:python train.py --regularization '3DCNNs',i meet the question: Training MVSNet with 3 views sample number: 27097 2D UNet with 32 channel output 2D UNet with 32 channel output 2D UNet with 32 channel output Segmentation fault (core dumped)
can you help me ? thank you very much
check your data, it might have got corrupted. I faced the same issue myself and saw that the problem was with the dataset.
Have you solve this issue?