-
-
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
[bug] StructureFromMotion crashes @ "Compute scene structure color" phase #1979
Comments
I ran the computation with
Which seems related to potentially spaces in the folder name. Problem it seem not possible to change the original folder name in the attributes which means I have to recompute everything ? If yes that's super annoying.. |
Yes, there is no way to delete the first node If this is the case, it's pretty disappointing guys. The pipeline workflow is a very good idea and it should definitely allow to leverage its modularity by allowing manual setup of SFMdata and feature folders in case something goes wrong and users want to reuse the already computed data. Also something to consider, it seems that when drawing a Link between 2 nodes, there is no way to delete it other than by ctrl+z. Which is not practical for later modification. |
Hi @kmlbgn ! I don't think your problem is related to spaces, we've already had that bug but we haven't found the time to solve it yet. As for removing links between nodes, you have a "Remove" option if you right-click on the link (but I'm definitely taking your remark into account, we should add some more intuitive way to delete the links). |
The problem was that I had to move my folder to a external SDD because of #1969 , and so the structure color where looking for the original file path which, I suppose, are contained in the first node that I tried to change. Thanks for the info though i'll look more into the parameters next time. And YES! the Remove is definitely not obvious! Thanks for the info As for what I did: Also guys, unless i missed something again, it is not possible to bulk delete images !! We cannot select bunch of them, nor use SHIFT or anything. I had to delete by clicking the delete button for 5 min (256 pic) Other than this so far it's very good UX and well designed. |
Hi @kmlbgn, Jumping in on that comment:
There actually is an option to clear the Image Gallery easily. In the "File" menu, the "Clear Images" option will remove all the images in just one click. Hope that helps! |
Can you cherry pick ? Or its all or nothing |
You can't cherry-pick: it deletes all the images. There currently isn't any option that allows you to select a few images and remove them all at once, but you can navigate the gallery using the keyboard's arrows and remove the selected image with the "Delete" key, which is more convenient (and faster) than right-clicking and selecting "Remove" every time. |
In the meantime, you can disable the color estimation on the SFM node as it is here only for visualization and it is useless in the pipeline. |
Meshroom crashes at the very end of the StructureFromMotion node, when
Compute scene structure color
appears.This seem related to #183 but is actually not because the example shown in this issue actually have the "sfm.abc" file being exported.
In my case, it just crashes there, and I'm left with the intermediate steps .abc files.
The text was updated successfully, but these errors were encountered: