Skip to content

IndexError: tuple index out of range?  #4

@amuuth

Description

@amuuth

I have a fresh install of face-compare with Keras 2.4.2 and tensorflow 2.3.0.

When I pass two images to compare_faces.py, I get this output -

    x, y, w, h = tuple(map(tuple, face_box))[0]
    IndexError: tuple index out of range

I am guessing the issue is with keras image_data_format, but face-compare isn't working for me on the default, or when I try changing it to channels_first or channels_last.

Any advice?

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