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
When I'm running "live reconstruction", I would like to define the settings for eg. FeatureExtraction2, but I can't see where to do it. I'd like to untick Force CPU extraction, and use sift rather than dspsift, for example.
OS: Win10
Python version [e.g. 2.6]
Qt/PySide version [e.g. 5.15.2]
Meshroom version: 2023.3.0
The text was updated successfully, but these errors were encountered:
I wonder if the right thing to do would be to have the node built by multiview.py take on the settings from the matching node types that already exist in the graph, rather than the defaults. Another way could be to make it easy to change those defaults. I haven't seen anywhere to do that yet but I'll keep digging.
Another thing that hasn't worked: Saving a graph with modified values as a template. Any new nodes that are added when new pics are taken seem to pick up the defaults of dspsift and "force CPU extraction". Need to compile from source to edit those defaults?
When I'm running "live reconstruction", I would like to define the settings for eg.
FeatureExtraction2
, but I can't see where to do it. I'd like to untickForce CPU extraction
, and usesift
rather thandspsift
, for example.The text was updated successfully, but these errors were encountered: