prose.Sequence.run#
- Sequence.run(images, terminate=True, show_progress=True, loader=<class 'prose.core.image.Image'>)#
Run the sequence
- Parameters:
images (list, str,
Image) βImageobject or path (single or as a list) to be processed by the sequenceterminate (bool, optional) β whether to run
Sequence.terminateat the end of the sequence, by default Trueshow_progress (bool, optional) β whether to show a progress bar, by default True
loader (Image sub-class, optional) β An Image sub-class to load images path(s) of provided as inputs, by default py:class:Image