Skip to content

Similarity score #1

@HeChengHui

Description

@HeChengHui

Thank you for sharing this repo!

I am trying to use this to do Facial Recognition by comparing similarity scores. For each frame, do I use

indv_similarities = calc_cossim(probe_features, gallery_feature)

or
fused_similarity = calc_cossim(np.expand_dims(probe_fused_feature, 0), gallery_feature)

between a detected face and reference images?

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