James Ketrenos 1767e807ea Its working pretty well now
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-10 16:29:11 -08:00
..
2023-01-10 16:29:11 -08:00
2020-01-03 15:31:02 -08:00
2022-12-31 16:20:33 -08:00
2018-01-15 20:31:13 -08:00
2020-01-10 18:23:47 -08:00

Face recognition

  1. Check if FILE has been scanned. If so, skip.
  2. DETECT faces in FILE.
  3. EXTRACT rotated / normalized FACE into FACE-DATA/ID Q. How to map FILE::FACAE to FACE-DATA/ID
  4. CLUSTER / RECOGNIZE all FACE-DATA/ID Q. Does this require N:(N-1) comparisons where N is number of total FACES, or can it be N:C where C is the number of "SAME" cluster?