Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation Fault when Passing Color Image to detect #25

Open
cancan101 opened this issue Mar 22, 2023 · 0 comments
Open

Segmentation Fault when Passing Color Image to detect #25

cancan101 opened this issue Mar 22, 2023 · 0 comments

Comments

@cancan101
Copy link

cancan101 commented Mar 22, 2023

eg, running this on a color image:

import cv2
from pupil_detectors import Detector2D
detector = Detector2D()
detector.detect(cv2.cvtColor(cv2.imread('/Users/me/Downloads/iris.png', cv2.IMREAD_COLOR), cv2.COLOR_BGR2RGB))

Causes a segmentation fault.

@cancan101 cancan101 changed the title Segmentation Value with Color Image Segmentation Fault when Passing Color Image to detect Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant