image-augment icon indicating copy to clipboard operation
image-augment copied to clipboard

Image augmentation library for machine learning in javascript

Results 1 image-augment issues
Sort by recently updated
recently updated
newest added

How to do single image augment using opencv4nodejs like this python code def zoom(image): zoom = iaa.Affine(scale=(1, 1.3)) image = zoom.augment_image(image) return image