mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 01:16:33 +02:00
[nodes] update MVS to aliceVision binaries
This commit is contained in:
parent
06a8cbaf45
commit
eb85aee728
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ from meshroom.core import desc
|
||||||
|
|
||||||
class DepthMap(desc.CommandLineNode):
|
class DepthMap(desc.CommandLineNode):
|
||||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||||
commandLine = 'CMPMVS {mvsConfigValue} --createDepthmap'
|
commandLine = 'aliceVision_depthMapEstimation --ini {mvsConfigValue}'
|
||||||
gpu = desc.Level.INTENSIVE
|
gpu = desc.Level.INTENSIVE
|
||||||
|
|
||||||
mvsConfig = desc.File(
|
mvsConfig = desc.File(
|
||||||
|
|
|
@ -2,7 +2,7 @@ from meshroom.core import desc
|
||||||
|
|
||||||
class DepthMapFilter(desc.CommandLineNode):
|
class DepthMapFilter(desc.CommandLineNode):
|
||||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||||
commandLine = 'CMPMVS {mvsConfigValue} --filterDepthmap'
|
commandLine = 'aliceVision_depthMapFiltering --ini {mvsConfigValue}'
|
||||||
gpu = desc.Level.NORMAL
|
gpu = desc.Level.NORMAL
|
||||||
|
|
||||||
mvsConfig = desc.File(
|
mvsConfig = desc.File(
|
||||||
|
|
|
@ -2,7 +2,7 @@ from meshroom.core import desc
|
||||||
|
|
||||||
class Texturing(desc.CommandLineNode):
|
class Texturing(desc.CommandLineNode):
|
||||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||||
commandLine = 'CMPMVS {mvsConfigValue} --texturing'
|
commandLine = 'aliceVision_texturing --ini {mvsConfigValue} {allParams}'
|
||||||
cpu = desc.Level.INTENSIVE
|
cpu = desc.Level.INTENSIVE
|
||||||
ram = desc.Level.INTENSIVE
|
ram = desc.Level.INTENSIVE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue