Added server/README to document image flow
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
92ac6b298f
commit
a10bc47d75
9
server/README.md
Normal file
9
server/README.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# 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?
|
Loading…
x
Reference in New Issue
Block a user