-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathface_classification_server.drawio
More file actions
55 lines (55 loc) · 5.5 KB
/
face_classification_server.drawio
File metadata and controls
55 lines (55 loc) · 5.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<mxfile host="65bd71144e" modified="2021-03-03T12:30:58.303Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.53.2 Chrome/87.0.4280.141 Electron/11.2.1 Safari/537.36" version="14.2.4" etag="E2YdWo7my1NJUAzk0f-3" type="embed">
<diagram id="vje7AxYYyvEuuN2fkTnm" name="Page-1">
<mxGraphModel dx="623" dy="572" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="3" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#000000;" vertex="1" parent="1">
<mxGeometry x="40" y="40" width="320" height="280" as="geometry"/>
</mxCell>
<mxCell id="4" value="<font>얼굴인식서버</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#4D4D4D;fontColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="40" y="40" width="320" height="30" as="geometry"/>
</mxCell>
<mxCell id="5" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="50" y="80" width="130" height="80" as="geometry"/>
</mxCell>
<mxCell id="6" value="<font color="#000000" style="font-size: 10px">요청처리</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#CCCCCC;" vertex="1" parent="1">
<mxGeometry x="50" y="80" width="130" height="20" as="geometry"/>
</mxCell>
<mxCell id="7" value="<font style="font-size: 9px ; line-height: 100%" color="#000000">HTTP 서버 실행</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="60" y="110" width="110" height="40" as="geometry"/>
</mxCell>
<mxCell id="8" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="50" y="170" width="130" height="140" as="geometry"/>
</mxCell>
<mxCell id="9" value="<font color="#000000"><span style="font-size: 10px">딥러닝</span></font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#CCCCCC;" vertex="1" parent="1">
<mxGeometry x="50" y="170" width="130" height="20" as="geometry"/>
</mxCell>
<mxCell id="10" value="<font style="font-size: 9px ; line-height: 100%" color="#000000">얼굴 탐지</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="60" y="200" width="50" height="30" as="geometry"/>
</mxCell>
<mxCell id="11" value="<font color="#000000" size="1">마스크 탐지</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="120" y="200" width="50" height="30" as="geometry"/>
</mxCell>
<mxCell id="12" value="<font color="#000000" size="1">특징 추출</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="60" y="240" width="50" height="30" as="geometry"/>
</mxCell>
<mxCell id="13" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="220" y="80" width="130" height="150" as="geometry"/>
</mxCell>
<mxCell id="14" value="<font color="#000000"><span style="font-size: 10px">사람 관련</span></font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#CCCCCC;" vertex="1" parent="1">
<mxGeometry x="220" y="80" width="130" height="20" as="geometry"/>
</mxCell>
<mxCell id="15" value="<font color="#000000" size="1">사람(이미지-클래스) 로드</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="230" y="110" width="110" height="30" as="geometry"/>
</mxCell>
<mxCell id="16" value="<font color="#000000" size="1">새로운 사람 추가</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="230" y="150" width="110" height="30" as="geometry"/>
</mxCell>
<mxCell id="17" value="<font color="#000000" size="1">매칭 (얼굴 인식)</font>" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" vertex="1" parent="1">
<mxGeometry x="230" y="190" width="110" height="30" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>