You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your program over at lllyasviel/ControlNet#318
However with the default settings using gradientThreshold=36 I'm not able to reproduce the examples in the paper.
I assume the value is derived from "Figure 1 shows the edge areas corresponding to our test image for a threshold value of 36. White edge areas correspond to pixels for which Gx + Gy >= 36. Black pixels are suppressed as non-edges.". The same value is used in the cpp implementaion https://github.com/hongxinliu/edge-drawing/blob/master/include/ed.hpp
Thank you for your implementation!
I'm using your program over at lllyasviel/ControlNet#318
However with the default settings using
gradientThreshold=36
I'm not able to reproduce the examples in the paper.I assume the value is derived from "Figure 1 shows the edge areas corresponding to our test image for a threshold value of 36. White edge areas correspond to pixels for which Gx + Gy >= 36. Black pixels are suppressed as non-edges.". The same value is used in the cpp implementaion https://github.com/hongxinliu/edge-drawing/blob/master/include/ed.hpp
implementation by original author https://github.com/CihanTopal/ED_Lib
Figure 1. High-pass filtering residue of Lena image.
gradientThreshold=36
gradientThreshold=10
The text was updated successfully, but these errors were encountered: