mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 16:36:32 +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):
|
||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||
commandLine = 'CMPMVS {mvsConfigValue} --createDepthmap'
|
||||
commandLine = 'aliceVision_depthMapEstimation --ini {mvsConfigValue}'
|
||||
gpu = desc.Level.INTENSIVE
|
||||
|
||||
mvsConfig = desc.File(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue