Leonid Dashko
Results
2
comments of
Leonid Dashko
Good questions! I checked these tickets and they are not really related to this issue. I investigated a bit and discovered that it's directly related to usage of `@SuperBuilder` which...
``` color = (255,255,0) cv2.drawContours(img, contours, -1, color, 3) cv2.imshow("Keypoints", img) cv2.waitKey(0) ```