andreaconti / multi-view-guided-multi-view-stereo

Code to reproduce results for Multi-View Guided Multi-View Stereo Paper
MIT License
25 stars 2 forks source link

RuntimeError: received 0 items of ancdata #2

Open Gwencong opened 1 year ago

Gwencong commented 1 year ago

when I train the casmvsnet in BlendedMVS dataset using command python3 train.py, I got this error "RuntimeError: received 0 items of ancdata " at 94% of epoch 0, I was following the Installation and Download the dataset(s) in README to prepare my environment and data.

andreaconti commented 1 year ago

Hi, according to here it may happen on specific machines due to the multiprocessing approach implemented by pytorch, you may try to:

Hope it helps