Skip to content

Comparing between two faces? #4

@prnvjb

Description

@prnvjb

Hi,
I tried using your model.
How did you compare distance between two feature vectors (1*128)?
I tried following methods but failed.

diff = np.subtract(f1, f2)

dist = np.sum(np.square(diff), 1)
dist = np.linalg.norm(diff, axis=1)

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