Skip to content

ValueError Attempting to Process Frames Without Faces #22

@kbvatral

Description

@kbvatral

Running into a numpy ValueError: need at least one array to stack when running the pipeline on a frame of video that has no faces detected. Seems to point back to line 90 in the Pipeline file: pitch, yaw = self.predict_gaze(np.stack(face_imgs)). Using Numpy 1.24.3

My guess is that this is due to face_imgs being an empty list when there are no detected faces. Working on a fix in my fork and will PR when complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions