Skip to content
Snippets Groups Projects

Resolve "Image creation bugs with 0 size windows"

Closed Raphael Sturgis requested to merge 21-image-creation-bugs-with-0-size-windows into main
3 files
+ 132
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,7 +28,7 @@ class AugmentationEngine:
self.pipelines.append(Pipeline([translator, flip]))
def transform(self, x, verbose=0):
results = x.copy()
results = []
iterator = self.pipelines
if verbose > 0:
Loading