tyfelix63

Results 1 issues of tyfelix63

I use inner package in open-cv to generate ground truth edge map, below is the code: `edges = cv2.Canny(image, threshold1=100, threshold2=200)` Do you also use this to generate the edge...