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
1d7d653c
Commit
1d7d653c
authored
Apr 18, 2022
by
NaweenTharuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file: Update test video file
parent
5fa94e11
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2206 additions
and
3 deletions
+2206
-3
Presently/presently/db.sqlite3
Presently/presently/db.sqlite3
+0
-0
Presently/presently/users/__pycache__/emotiondetectionvideo.cpython-39.pyc
...ly/users/__pycache__/emotiondetectionvideo.cpython-39.pyc
+0
-0
Presently/presently/users/__pycache__/views.cpython-39.pyc
Presently/presently/users/__pycache__/views.cpython-39.pyc
+0
-0
Presently/presently/users/emotiondetectionvideo.py
Presently/presently/users/emotiondetectionvideo.py
+1
-1
Presently/presently/users/myprosody/dataset/audioFiles/publicspeech.TextGrid
.../users/myprosody/dataset/audioFiles/publicspeech.TextGrid
+2203
-0
Presently/presently/users/myprosody/dataset/audioFiles/publicspeech.wav
...ently/users/myprosody/dataset/audioFiles/publicspeech.wav
+0
-0
Presently/presently/users/views.py
Presently/presently/users/views.py
+2
-2
No files found.
Presently/presently/db.sqlite3
View file @
1d7d653c
No preview for this file type
Presently/presently/users/__pycache__/emotiondetectionvideo.cpython-39.pyc
View file @
1d7d653c
No preview for this file type
Presently/presently/users/__pycache__/views.cpython-39.pyc
View file @
1d7d653c
No preview for this file type
Presently/presently/users/emotiondetectionvideo.py
View file @
1d7d653c
...
...
@@ -5,7 +5,7 @@ import sys
import
pandas
as
pd
import
numpy
as
np
location_videofile
=
"F:
\\
CDAP-PRESENTLY
\\
21_22-j-02
\\
Presently
\\
presently
\\
media
\\
video
\\
22
\\
testvideo
.mp4"
location_videofile
=
"F:
\\
CDAP-PRESENTLY
\\
21_22-j-02
\\
Presently
\\
presently
\\
media
\\
video
\\
22
\\
publicspeech
.mp4"
cascPath
=
"F:
\\
CDAP-PRESENTLY
\\
21_22-j-02
\\
Presently
\\
presently
\\
users
\\
models
\\
abc.xml"
def
_get_labels
():
...
...
Presently/presently/users/myprosody/dataset/audioFiles/publicspeech.TextGrid
0 → 100644
View file @
1d7d653c
This diff is collapsed.
Click to expand it.
Presently/presently/users/myprosody/dataset/audioFiles/publicspeech.wav
0 → 100644
View file @
1d7d653c
File added
Presently/presently/users/views.py
View file @
1d7d653c
...
...
@@ -16,7 +16,7 @@ import pickle
from
.
import
myprosody
def
test
(
request
):
p
=
"
happy
"
p
=
"
publicspeech
"
c
=
"F:
\\
CDAP-PRESENTLY
\\
21_22-j-02
\\
Presently
\\
presently
\\
users
\\
myprosody"
var2
=
myprosody
.
myspgend
(
p
,
c
)
var1
=
myprosody
.
myprosody
(
p
,
c
)
...
...
@@ -70,7 +70,7 @@ def emotionvideo(request):
return
render
(
request
,
'users/emotionvideo.html'
,
context
)
def
emotionaudioprosody
(
request
):
p
=
"
happy
"
p
=
"
publicspeech
"
c
=
"F:
\\
CDAP-PRESENTLY
\\
21_22-j-02
\\
Presently
\\
presently
\\
users
\\
myprosody"
myspsyl
=
myprosody
.
myspsyl
(
p
,
c
)
mysppaus
=
myprosody
.
mysppaus
(
p
,
c
)
...
...
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