SystemErrorWang / White-box-Cartoonization

Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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)\

frozen-mind opened this issue · comments

@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 #5 (comment)