Skip to content

Commit dcad57c

Browse files
committed
minor open cv chanegs - Adithya S K
1 parent 68ea418 commit dcad57c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Yoga_detection/Model/Yoga_detection.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"cell_type": "code",
191-
"execution_count": 6,
191+
"execution_count": 15,
192192
"metadata": {},
193193
"outputs": [],
194194
"source": [
@@ -247,7 +247,7 @@
247247
" landmark_drawing_spec=drawing.DrawingSpec(color=(0,0,255), circle_radius=3, thickness=3))\n",
248248
"\n",
249249
"\n",
250-
" window = cv2.resize(frm, (640, 480))\n",
250+
" window[420:900, 170:810, :] = cv2.resize(frm, (640, 480))\n",
251251
"\n",
252252
" cv2.imshow(\"window\", window)\n",
253253
"\n",
@@ -260,7 +260,7 @@
260260
},
261261
{
262262
"cell_type": "code",
263-
"execution_count": 14,
263+
"execution_count": 17,
264264
"metadata": {},
265265
"outputs": [],
266266
"source": [

0 commit comments

Comments
 (0)