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:35:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e36066afecd4ecc39f89e22b8c65c8088d9e6bc1
e36066af
1 parent
0c4f6247
modify Accessories code at facedetection.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
views/facedetection.html
views/facedetection.html
View file @
e36066a
...
...
@@ -37,7 +37,7 @@
<p><br>
sadness : {{ row.faceAttributes.emotion.sadness }}
</p>
<p><br>
surprise : {{ row.faceAttributes.emotion.surprise }}
</p>
<p>
bald : {{ row.faceAttributes.hair.bald }}
</p>
<p>
accessories : {{ row.accessories}}
</p>
<p>
accessories : {{ row.
faceAttributes.
accessories}}
</p>
</div>
</div>
...
...
Please
register
or
login
to post a comment