Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J-02
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J-02
21_22-J-02
Commits
d4d3a2cc
Commit
d4d3a2cc
authored
Apr 19, 2022
by
NaweenTharuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Hand gestures view
parent
08443cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
Presently/presently/users/templates/users/handgestures.html
Presently/presently/users/templates/users/handgestures.html
+50
-0
No files found.
Presently/presently/users/templates/users/handgestures.html
0 → 100644
View file @
d4d3a2cc
{% extends 'users/base.html' %}
{% load static %}
{% block content %}
<div
class=
"container"
>
<nav
aria-label=
"breadcrumb mt-4"
>
<ol
class=
"breadcrumb"
>
<li
class=
"breadcrumb-item"
><a
href=
"{% url 'home' %}"
>
Home
</a></li>
<li
class=
"breadcrumb-item"
><a
href=
"{% url 'feedback' %}"
>
Dashboard
</a></li>
<li
class=
"breadcrumb-item active"
aria-current=
"page"
>
Emotion-predictions(Video)
</li>
</ol>
</nav>
<div
class=
"heading-text heading-line text-center mt-5"
>
<h4>
Usage of Hand Gestures
</h4>
</div>
<div
class=
"d-flex"
>
<div
class=
"col-5"
>
<div
id=
"modalVideo"
style=
"max-width: 700px; min-height:380px"
>
<div
class=
"p-t-30 text-center"
>
{% for x in all %}
<h2
class=
"mb-3"
>
Video Review
</h2>
<div
class=
"video-wrap m-b-20"
>
<video
id=
"video-js"
class=
"video-js"
controls
loop
preload=
"false"
poster=
""
>
<source
src=
"{{x.video.url}}"
type=
"video/mp4"
/>
<source
src=
"{{x.video.url}}"
type=
"video/webm"
/>
</video>
</div>
{% endfor %}
</div>
</div>
</div>
<div
class=
"col-7 px-3"
>
<div
class=
"p-t-30 d-flex justify-content-center"
>
<div
class=
"d-flex mb-3"
>
<h3
class=
"m-b-0"
>
Awaiting...
</h3>
</div>
</div>
</div>
</div>
<div
class=
"d-flex justify-content-center mb-5"
>
<a
class=
"btn btn-primary"
href=
"{% url 'emotionvideo' %}"
type=
"submit"
>
Usage of face emotions
</a>
<a
class=
"btn btn-outline"
href=
"{% url 'overallfeedback' %}"
type=
"submit"
>
View Summary Detail
</a>
</div>
</div>
{% endblock content %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment