SystemErrorWang / White-box-Cartoonization

Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”
3.93k stars 737 forks source link

@SystemErrorWang Nice job, but when I used my own dataset to train, It has a bug in utils.py's function simple_superpixel 'batch_out = Parallel(n_jobs=num_job)(delayed(process_slic)\ #109

Closed frozen-mind closed 2 years ago

frozen-mind commented 2 years ago

@SystemErrorWang Nice job, but when I used my own dataset to train, It has a bug in utils.py's function simple_superpixel 'batch_out = Parallel(n_jobs=num_job)(delayed(process_slic)\ (image) for image in batch_image)' ValueError:'kind must be either 'overlay or avg'', I can not find the reason. Thankyou.

Originally posted by @itomorrower08 in https://github.com/SystemErrorWang/White-box-Cartoonization/issues/5#issuecomment-629992251