aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.36k stars 2.43k forks source link

Has Cartoon been deprecated? #799

Open sachinsrivastava0126 opened 2 years ago

sachinsrivastava0126 commented 2 years ago

Hi, I am trying to use Cartoon from augmenters.artistic and when I try to run the basic example code I get the following error.

Has this been deprecated or am I somehow invoking it incorrectly?

Code I am running:

import imgaug.augmenters as iaa  
aug = iaa.Cartoon()  
aug = iaa.Cartoon(blur_ksize=3, segmentation_size=1.0,
                  saturation=2.0, edge_prevalence=1.0)

Error:

Screen Shot 2021-11-08 at 6 54 54 PM

Any help would be appreciated. Thanks!

sachinsrivastava0126 commented 2 years ago

@aleju I found a comment from a couple mentioning this hasn't been implemented yet. Is that still the case?

Thanks, Sachin