James Ketrenos 5d38cb4787 Show face boxes
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-17 15:48:24 -08:00
..
2023-01-10 16:29:11 -08:00
2023-01-17 15:48:24 -08:00
2023-01-11 15:27:44 -08:00
2018-01-15 20:31:13 -08:00
2023-01-15 19:50:40 -08:00
2023-01-12 15:41:55 -08:00
2023-01-11 15:27:44 -08:00
2023-01-15 17:22:01 -08:00
2023-01-15 19:50:40 -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?