Open JingjunYi opened 3 years ago
try running on Linux
I have the same problem, have you solved the problem? thanks
When I ran colmap2mvsnet.py, something went wrong. Please help me with this, thanks.
File "D:\Anaconda3\envs\mvsnet\lib\multiprocessing\queues.py", line 354, in get return _ForkingPickler.loads(res) AttributeError: Can't get attribute 'calc_score' on <module 'mp_main' from 'D:\Code\ComputerVision\AssignmentTwo\MVSNet-master\mvsnet\colmap2mvsnet.py'>
I have the same problem, have you solved the problem?thanks
Hello @JingjunYi and @wojiaoCharlotte . I've made some changes on the code, because on windows the multiprocessing works different. But instead of adjusting to the way windows works with multiprocess I simply removed it.
Here is the code where I've made some changes and work here on a windows machine
@carlosedubarreto Thank you very very much! I've been confused by it for a whole week! You are my saviour!
When I ran colmap2mvsnet.py, something went wrong. Please help me with this, thanks.
File "D:\Anaconda3\envs\mvsnet\lib\multiprocessing\queues.py", line 354, in get return _ForkingPickler.loads(res) AttributeError: Can't get attribute 'calc_score' on <module '__mp_main__' from 'D:\Code\ComputerVision\AssignmentTwo\MVSNet-master\mvsnet\colmap2mvsnet.py'>