David Callies
David Callies
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...
1. This tag needs to be considered a NEGATIVE_CLASS report, and treated the same as DISAGREE_WITH_TAGS 2. NON_MALICIOUS should be preferred to DISAGREE_WITH_TAGS for false positive reporting (though I think...
Per @thedanielsun key functionality cannot be used without the CLI, and the reference implementation in the cli is too "deep" to easily reuse. Key examples: 1. Fetching is complex, and...
This API was intended to support a fancy data storage model that we don't actually need if we split up downloading from the API and converting to signals, like we...
state.pickle is 5.77 GB Observed memory increased between commit bff909b and 1.0.2, going from 13 GB => 30 GB Command is fetch Current implementation is loading the entire copy in...
See #1108 ``` With Downsaampling/Resizing to 128x128 (original behavior) hamming: 10 expected(python)d8f8f0cce0f4a84f0e370a22028f67f0b36e2ed596623e1d33e6b39c4e9c9b22 d8f8f0cec0f4a84f0637022a278f67f0b36e2ed596621e1d33e6339c4e9c9b22 hamming: 12 expected(python)e64cc9d91e623842f8d1f1d9a398e78c9f199a3bd87924f2b7e11e0bf061b064 e6cc89d93c623842f8d9f1d92398e78c9e199a3b787925f2b7e11e0bf0613164 hamming: 8 expected(python)0007001f003f003f007f00ff00ff00ff01ff01ff01ff03ff03ff03ff03ff03ff 0001000f001f003f007f00ff00ff01ff01ff03ff03ff03ff03ff03ff03ff07ff hamming: 0 expected(python)6227401f601ff4ccafcc9fad4b0d95d371a2eb7265a3285234d228ca94deeb2d 6227401f601ff4ccafcc9fad4b0d95d371a2eb7265a3285234d228ca94deeb2d hamming: 36 expected(python)54a977c221d14c1c43ba5e6e21d4a13989a3553f1462611cbb85fda7be83b677 5481bfd011d1441c411f5f5f6154e13d8883553f1462715dbb85fda59d01f777 hamming:...
https://swgfl.org.uk/magazine/stopncii-announces-photodna-integration-and-niantic-as-new-industry-partner/ https://swgfl.org.uk/helplines/stopncii/api/
Hey, I was playing around with your library on my windows machine, and noticed the following: 1. I get a decode error when using pip to install locally from the...
Looks like TAT add a hash exchange API, we should add a reference client, here's the documentation: https://www.terrorismanalytics.org/docs/hash-list-v1 A good 1:1 comparison for how to do this is from StopNCII:...
Noticed in #1606, we should have at the bare minimum some simple tests running for CI. Any changes to the vPDQ code should be triggering these.