Skip to content

Commit c516bb3

Browse files
author
duong
committed
Fix face sample
1 parent 5752956 commit c516bb3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

data/face_video.mkv

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:49c6321fd28ccf1caaef3f3feebcbaeeb1275bd3f658d3b0c5c54fb549f37d0d
3+
size 7286899

notebooks/content_extraction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -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/video.mp4'\n",
206+
"ANALYZER_SAMPLE_FILE = '../data/face_video.mkv'\n",
207207
"\n",
208208
"# Create analyzer\n",
209209
"response = client.begin_create_analyzer(ANALYZER_ID, analyzer_template_path=ANALYZER_TEMPLATE_FILE)\n",

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
azure-identity
22
python-dotenv
3-
requests
3+
requests
4+
Pillow

0 commit comments

Comments
 (0)