Open sachinsrivastava0126 opened 3 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:
Any help would be appreciated. Thanks!
@aleju I found a comment from a couple mentioning this hasn't been implemented yet. Is that still the case?
Thanks, Sachin
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:
Error:
Any help would be appreciated. Thanks!