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?
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 -
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?