-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Check failed: pt != result Inplace rotation is not supported. [bug] #1275
Comments
did someone have a hint what the problem could be? is there maybe a parameter or something in SFM that i can change to avoid the bug? |
The new release is coming, so you will have to check if the problem is still there. |
i checked the problem with the 2021.1 version and its still there :-( also under windows 10 its working fine, only the linux version aborts and prints: [18:34:16.438993][info] Remove outliers: |
Describe the bug
i use meshroom_compute to compute a pipeline but under linux no pointcloud file (ply) is generated and instead i got this error in the logs:
[16:45:54.837020][info] Start bundle adjustment iteration: 0
block_sparse_matrix.cc:80 Allocating values array with 27029280 bytes.
detect_structure.cc:113 Schur complement static structure <2,3,6>.
rotation.h:593 Check failed: pt != result Inplace rotation is not supported.
rotation.h:593 Check failed: pt != result Inplace rotation is not supported.
Aborted (core dumped)
To Reproduce
(project.mg is attached in this post)
Expected behavior
under windows 10, it works perfectly and generates a point cloud ply file
but under linux (docker) no ply file is generated but the error listed above
Desktop (please complete the following and other pertinent information):
Additional context
Add any other context about the problem here.
log.log
project.zip
The text was updated successfully, but these errors were encountered: