James Ketrenos df764ad342 Fixed all React warnings
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-25 13:12:46 -08:00
..
2023-01-24 15:50:55 -08:00
2023-01-25 13:12:46 -08:00
2018-01-15 20:31:13 -08:00
2023-01-23 08:49:43 -08:00
2023-01-12 15:41:55 -08:00
2023-01-11 15:27:44 -08:00
2023-01-23 08:49:43 -08:00
2023-01-20 15:14:20 -08:00
2023-01-23 08:49:43 -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?