weiyithu / NerfingMVS

[ICCV 2021 Oral] NerfingMVS: Guided Optimization of Neural Radiance Fields for Indoor Multi-view Stereo
MIT License
435 stars 58 forks source link

Issue about training #24

Closed ygjwd12345 closed 2 years ago

ygjwd12345 commented 2 years ago

When the training finished, I face the problem image the code stopped.

ygjwd12345 commented 2 years ago

In detail, the code stop in p.join(). and it fails to save npy files in logs/scenesxxx/filter

weiyithu commented 2 years ago

I think it may be caused by multiprocessing. You may reduce 'worker_num' parameter in option.py

ygjwd12345 commented 2 years ago

Thanks