Skip to content
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

Refactor Code For new Plugin System #30

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Refactor Code For new Plugin System #30

wants to merge 30 commits into from

Conversation

mh0g
Copy link
Contributor

@mh0g mh0g commented May 29, 2024

Adapted meshroom research for new plugin system in alicevision/Meshroom#2407

TODOs:

  • Move nodes in their feature folder
  • Make install script for core api
  • Make import fix and add envs for every feature
    • benchmark
    • blender
    • colmap
    • depth maps
    • deep feature
    • reality capture
    • utils
    • gaussian splat /!\ stuck with no hard drive space on /data
    • nerf /!\ make dockerfile

@mh0g mh0g self-assigned this May 29, 2024
@mh0g mh0g force-pushed the refacto_for_plugin branch from e543882 to 86f6919 Compare September 30, 2024 15:46
@@ -0,0 +1,45 @@
[
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting issue: a tab '\t' is used as indentation before the first element, whereas spaces are used in the rest of the document.
Fix suggestion: replace the tab with spaces to preserve consistency.

{
"pluginName":"Utils",
"nodesFolder":"mrrs/utils"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add space for indentation to be conform with the preceding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants