-
Notifications
You must be signed in to change notification settings - Fork 64
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
import_cameras_for_active_rasters_from_file cannot open the file #54
Comments
Could be an issue related to the parameter type used for input files. |
Thanks for the quick reply! |
I seem to overcame the problem by not uploading camera intrinsics separately in bundler format but with rasters and mesh in mlp format. However, I came across another problem with ms.apply_filter('parameterization__texturing_from_registered_rasters') pymeshlab.pmeshlab.PyMeshLabException: Failed to apply filter: parameterization__texturing_from_registered_rasters Could you please also check on that? |
Sorry for the late reply. The issue |
Solved in the last commit. It will be available in the next version of pymeshlab! |
Thanks a lot! |
I want import bundle file with camera matrices by using 'import_cameras_for_active_rasters_from_file', but ms.apply_filter('import_cameras_for_active_rasters_from_file', importfile='.out') gives an error by saying "No file to open"
The text was updated successfully, but these errors were encountered: