|
|
|
|
|
by jmalicki
1400 days ago
|
|
There is the metric learning problem to learn a hash for similarity https://github.com/tensorflow/similarity That said, I don't see many good models available for download on tfhub or huggingface optimized for it, but you can always programmatically modify your images (if you truly mean identical to humans) - change white balance, crop, rotate, select adjacent frames from videos, etc. and optimize a network that is small enough for you to be satisfied and see if that works, as a possible alternative. |
|