You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs when executing python colmap2mvsnet.py --dense_folder .\dense_folder --max_d 256 --convert_format,the error is “AttributeError: Can't get attribute 'calc_score' on <module 'mp_main' from 'E:\Deeplearn\point-cloud\Vis-MVSNet-master\colmap2mvsnet.py'>”
The text was updated successfully, but these errors were encountered:
Hi, if you are using windows there may be some issue on the multiprocessing mechanism. You can modify L395-396 to be a simple loop that call calc_score on each items in the list and construct a output list. But it will be slower.
An error occurs when executing python colmap2mvsnet.py --dense_folder .\dense_folder --max_d 256 --convert_format,the error is “AttributeError: Can't get attribute 'calc_score' on <module 'mp_main' from 'E:\Deeplearn\point-cloud\Vis-MVSNet-master\colmap2mvsnet.py'>”
The text was updated successfully, but these errors were encountered: