ellipse-detection icon indicating copy to clipboard operation
ellipse-detection copied to clipboard

Results 3 ellipse-detection issues
Sort by recently updated
recently updated
newest added

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?