[nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes

This commit is contained in:
fabien servant 2022-12-06 15:02:05 +01:00
parent d0cebbe2b0
commit ae0ca71c1c
53 changed files with 70 additions and 63 deletions

View file

@ -28,7 +28,7 @@ def outputImagesValueFunct(attr):
return desc.Node.internalFolder + '*' + (outputExt or '.*')
class ImageProcessing(desc.CommandLineNode):
class ImageProcessing(desc.AVCommandLineNode):
commandLine = 'aliceVision_utils_imageProcessing {allParams}'
size = desc.DynamicNodeSize('input')
# parallelization = desc.Parallelization(blockSize=40)