Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임연수
/
FaceDetection
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
임연수
2018-12-14 04:40:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be4da40661a5e4db4aa2f8fb6905b767bab70574
be4da406
1 parent
b589fd6b
modify tab at emotion
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
views/facedetection.html
views/facedetection.html
View file @
be4da40
...
...
@@ -28,14 +28,16 @@
<p>
gender : {{ row.faceAttributes.gender }}
</p>
<p>
age : {{ row.faceAttributes.age }}
</p>
<p>
emotion :
</p>
<p>
anger : {{ row.faceAttributes.emotion.anger }}
</p>
<p>
contempt : {{ row.faceAttributes.emotion.contempt }}
</p>
<p>
disgust : {{ row.faceAttributes.emotion.disgust }}
</p>
<p>
fear : {{ row.faceAttributes.emotion.fear }}
</p>
<p>
happiness : {{ row.faceAttributes.emotion.happiness }}
</p>
<p>
neutral : {{ row.faceAttributes.emotion.neutral }}
</p>
<p>
sadness : {{ row.faceAttributes.emotion.sadness }}
</p>
<p>
surprise : {{ row.faceAttributes.emotion.surprise }}
</p>
<blockquote>
<p>
anger : {{ row.faceAttributes.emotion.anger }}
</p>
<p>
contempt : {{ row.faceAttributes.emotion.contempt }}
</p>
<p>
disgust : {{ row.faceAttributes.emotion.disgust }}
</p>
<p>
fear : {{ row.faceAttributes.emotion.fear }}
</p>
<p>
happiness : {{ row.faceAttributes.emotion.happiness }}
</p>
<p>
neutral : {{ row.faceAttributes.emotion.neutral }}
</p>
<p>
sadness : {{ row.faceAttributes.emotion.sadness }}
</p>
<p>
surprise : {{ row.faceAttributes.emotion.surprise }}
</p>
</blockquote>
<p>
bald : {{ row.faceAttributes.hair.bald }}
</p>
<p>
accessories : {{ row.faceAttributes.accessories}}
</p>
<br><br>
...
...
Please
register
or
login
to post a comment