-
-
Notifications
You must be signed in to change notification settings - Fork 833
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
[meshroom] Add AliceVision nodes and templates for Meshroom #1845
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minor code clean-up and QML warning and error fixes
[pipelines] Photogrammetry Draft: Add a `PrepareDenseScene` node to the template
[pipelines] Add image segmentation to the Nodal Camera Tracking template
Release 2023.3.0
ImageSegmentation: add an option to choose between cpu and gpu
[pipelines] Nodal Camera Tracking: Add a new template with the calibration of the distortion
- fix: input param should be in input list - improve params naming (in sync with AliceVision changes) - expose more params
[nodes] ExportDistortion: Option to export lens grid undistorted
…ImageProcessing [nodes] ImageProcessing: New option to apply the Pixel Aspect Ratio
…path The node outputs a response file that is named "response_INTRISICID.csv", as determined in AliceVision. Without it, the output attribute refers to a file that does not exist.
Use the correct response file to display the graph of the Camera Response Function
Update from 1.0 to 1.2. The update to 1.1 that should have occurred with #2165 has been forgotten.
Add option to keep input filename in imageSegmentation
[nodes] Replace `desc.Node.internalFolder` with `{nodeCacheFolder}`
50adcba
to
94f67d9
Compare
39300b7
to
7b129ff
Compare
7b129ff
to
d6d713d
Compare
cb490f9
to
c7e91a4
Compare
c7e91a4
to
af6f680
Compare
fabiencastan
approved these changes
Mar 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is related to alicevision/Meshroom#2697.
It moves all the AliceVision nodes and templates from Meshroom to AliceVision, while preserving the history for each of these files.
An option,
ALICEVISION_INSTALL_MESHROOM_PLUGIN
, is added to the CMakeLists.txt to install the Meshroom plugin (nodes and templates) in the "share" directory.The continuous integration is updated accordingly.