Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[py-tx] SignalType Reference implementation for Video TMK+PDQF Matching #1267

Open
Dcallies opened this issue Feb 17, 2023 · 0 comments
Open
Labels
help wanted python-threatexchange Items related to the threatexchange python tool / library tmk+pdqf

Comments

@Dcallies
Copy link
Contributor

We're looking for help writing a SignalType matching reference implementation for TMK video matching.

There are python bindings available for TMK at https://pypi.org/project/tmkpy/

Matching can be done with FAISS, but it has an odd two-pass matching approach.

It might be best to do:

  1. Level-1 score in FAISS
  2. Level-2 score via brute force/pairwise matching
@Dcallies Dcallies added help wanted python-threatexchange Items related to the threatexchange python tool / library tmk+pdqf labels Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted python-threatexchange Items related to the threatexchange python tool / library tmk+pdqf
1 participant