Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colmap2mvsnet.py #36

Open
624861627 opened this issue Jul 31, 2022 · 2 comments
Open

colmap2mvsnet.py #36

624861627 opened this issue Jul 31, 2022 · 2 comments

Comments

@624861627
Copy link

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'>”

@YaroslavShchekaturov
Copy link

Hi! I have the same issue

@jzhangbs
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants