James Ketrenos ebee258bb3 Remove "Generic loader" message
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-13 11:40:47 -08:00
..
2023-01-10 16:29:11 -08:00
2023-01-13 11:40:47 -08:00
2023-01-11 15:27:44 -08:00
2018-01-15 20:31:13 -08:00
2023-01-12 15:41:55 -08:00
2023-01-11 15:27:44 -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?