Commit 1d7d653c authored by NaweenTharuka's avatar NaweenTharuka

file: Update test video file

parent 5fa94e11
......@@ -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():
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment