AlacGAN icon indicating copy to clipboard operation
AlacGAN copied to clipboard

About the XDoG algorithm

Open cating341 opened this issue 7 years ago • 3 comments

Hi,

I am interested in this project. I tried to implement the same edge detection filter, XDoG, to extract the line from the colored illustrations. However, I can't get results as good as in your paper shown. Maybe there is something wrong in my code or my background knowledge isn't enough.

I would appreciate it if there are source codes of XDoG algorithm. Thank you!

cating341 avatar Apr 19 '19 12:04 cating341

Hi, @cating341 What XDoG implementation did you use? Also were you able to improve your results?

hasagar97 avatar May 31 '19 08:05 hasagar97

Hi @cating341 and @hasagar97 ,

Would you mind sharing how to run this project? I tried to run this project but always got error due to no images found even though I already put some image for training in ../datasets/lineart . I am still learning about deep learning stuff so pardon my questions. Thank you

Ruminum avatar Jun 06 '19 06:06 Ruminum

@hasagar97 Thank you for your reply. I followed the XDoG pipeline: 螢幕快照 2019-06-11 下午8 59 19 But there are usually some noises in the results or the edge lines aren't so clear. Such as the result below. 46939591_p0

I think maybe a good parameter ε is needed in the thresholding function. I set the mean value of the image as ε. Could you tell me how did you choose the ε? Thank you.

cating341 avatar Jun 11 '19 12:06 cating341