Skip to content

Commit 64434c0

Browse files
authored
Merge pull request #16 from Azure-Samples/face-misc-fix
Face misc fix
2 parents 658f2f8 + e410336 commit 64434c0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

data/face_video.mkv

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:49c6321fd28ccf1caaef3f3feebcbaeeb1275bd3f658d3b0c5c54fb549f37d0d
3+
size 7286899

notebooks/content_extraction.ipynb

Lines changed: 1 addition & 1 deletion
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",

notebooks/field_extraction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
{
7474
"cell_type": "code",
75-
"execution_count": 9,
75+
"execution_count": null,
7676
"metadata": {},
7777
"outputs": [],
7878
"source": [

requirements.txt

Lines changed: 2 additions & 1 deletion
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)