ellipse-detection
ellipse-detection copied to clipboard
Hi, I am getting following error: ``` Traceback (most recent call last): File "/Users/ivanursul/git/ellipse-detection/test/test_ellipse_candidate_making.py", line 44, in main() File "/Users/ivanursul/git/ellipse-detection/test/test_ellipse_candidate_making.py", line 32, in main ellipse_cands = ellipse_cand_maker.make(segments) File "/Users/ivanursul/git/ellipse-detection/ellipse_detection/ellipse_candidate_maker.py", line...
Actually when it is calling segment_detector.py it is giving error in np.arctan2 line. And the if condition at last also giving error How to solve this issue?