mirror of
https://github.com/yakhyo/uniface.git
synced 2025-12-30 09:02:25 +00:00
chore: Just variable name change
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
@@ -134,7 +134,7 @@
|
||||
"\n",
|
||||
" # Align the first detected face\n",
|
||||
" landmark_array = landmarks[0]\n",
|
||||
" aligned_image, M_inv = face_alignment(input_image, landmark_array, image_size=112)\n",
|
||||
" aligned_image, _ = face_alignment(input_image, landmark_array, image_size=112)\n",
|
||||
" \n",
|
||||
" # Convert images to RGB format for proper visualization\n",
|
||||
" bbox_image = cv2.cvtColor(bbox_image, cv2.COLOR_BGR2RGB) \n",
|
||||
|
||||
Reference in New Issue
Block a user