Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

@sparklegirl2929 You may be interested in person reidentification algorithms which can answer if two people from different images are the same person or not depends on their appearance but not only on face. As an example, there are models trained by Intel: https://software.intel.com/openvino-toolkit/documentation/pretrained-models (search for "Identify Someone in Different Videos" topic).

See https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend if you want to use OpenCV to import these models.