Skip to content

Commit 8637d9c

Browse files
authored
Replace video sample file (#20)
1 parent 8b4ac83 commit 8637d9c

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

data/FlightSimulator.mp4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:6a06dea1590664a9a02bf0595bc38ccec8f46b934e3c851d49ef1f53936257a8
3+
size 38598427

data/face_video.mkv

Lines changed: 0 additions & 3 deletions
This file was deleted.

data/video.mp4

Lines changed: 0 additions & 3 deletions
This file was deleted.

notebooks/content_extraction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"source": [
174174
"ANALYZER_ID = \"content-video-sample-\" + str(uuid.uuid4())\n",
175175
"ANALYZER_TEMPLATE_FILE = '../analyzer_templates/content_video.json'\n",
176-
"ANALYZER_SAMPLE_FILE = '../data/video.mp4'\n",
176+
"ANALYZER_SAMPLE_FILE = '../data/FlightSimulator.mp4'\n",
177177
"\n",
178178
"# Create analyzer\n",
179179
"response = client.begin_create_analyzer(ANALYZER_ID, analyzer_template_path=ANALYZER_TEMPLATE_FILE)\n",
@@ -203,7 +203,7 @@
203203
"source": [
204204
"ANALYZER_ID = \"content-video-face-sample-\" + str(uuid.uuid4())\n",
205205
"ANALYZER_TEMPLATE_FILE = '../analyzer_templates/face_aware_in_video.json'\n",
206-
"ANALYZER_SAMPLE_FILE = '../data/face_video.mkv'\n",
206+
"ANALYZER_SAMPLE_FILE = '../data/FlightSimulator.mp4'\n",
207207
"\n",
208208
"# Create analyzer\n",
209209
"response = client.begin_create_analyzer(ANALYZER_ID, analyzer_template_path=ANALYZER_TEMPLATE_FILE)\n",

notebooks/field_extraction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
" \"chart\": ('../analyzer_templates/image_chart.json', '../data/pieChart.jpg' ),\n",
6060
" \"call_recording\": ('../analyzer_templates/call_recording_analytics.json', '../data/callCenterRecording.mp3'),\n",
6161
" \"conversation_audio\": ('../analyzer_templates/conversational_audio_analytics.json', '../data/callCenterRecording.mp3'),\n",
62-
" \"marketing_video\": ('../analyzer_templates/marketing_video.json', '../data/video.mp4' )\n",
62+
" \"marketing_video\": ('../analyzer_templates/marketing_video.json', '../data/FlightSimulator.mp4' )\n",
6363
"}"
6464
]
6565
},

0 commit comments

Comments
 (0)