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:38:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b589fd6b85a3479ec1ff5015339735dd0a554813
b589fd6b
1 parent
e36066af
tab emotion and break line at end of data
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
views/facedetection.html
views/facedetection.html
View file @
b589fd6
...
...
@@ -28,16 +28,17 @@
<p>
gender : {{ row.faceAttributes.gender }}
</p>
<p>
age : {{ row.faceAttributes.age }}
</p>
<p>
emotion :
</p>
<p>
<br>
anger : {{ row.faceAttributes.emotion.anger }}
</p>
<p>
<br>
contempt : {{ row.faceAttributes.emotion.contempt }}
</p>
<p>
<br>
disgust : {{ row.faceAttributes.emotion.disgust }}
</p>
<p>
<br>
fear : {{ row.faceAttributes.emotion.fear }}
</p>
<p>
<br>
happiness : {{ row.faceAttributes.emotion.happiness }}
</p>
<p>
<br>
neutral : {{ row.faceAttributes.emotion.neutral }}
</p>
<p>
<br>
sadness : {{ row.faceAttributes.emotion.sadness }}
</p>
<p>
<br>
surprise : {{ row.faceAttributes.emotion.surprise }}
</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>
<p>
bald : {{ row.faceAttributes.hair.bald }}
</p>
<p>
accessories : {{ row.faceAttributes.accessories}}
</p>
<br><br>
</div>
</div>
...
...
Please
register
or
login
to post a comment