Skip to content

Commit

Permalink
Merge pull request #308 from kuaashish/patch-1
Browse files Browse the repository at this point in the history
LGTM. Update face_stylizer.ipynb
  • Loading branch information
joezoug authored Jan 13, 2024
2 parents 20ff3fc + f0b1692 commit 529e788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customization/face_stylizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"iterator = iter(eval_output_data)\n",
"\n",
"reconstruct_style_image = (tf.squeeze(iterator.get_next()).numpy())\n",
"test_output_image = cv2.cvtColor(output_image, cv2.COLOR_RGB2BGR)\n",
"test_output_image = cv2.cvtColor(reconstruct_style_image, cv2.COLOR_RGB2BGR)\n",
"print('\\nReconstructed style image')\n",
"cv2_imshow(test_output_image)"
],
Expand Down

0 comments on commit 529e788

Please sign in to comment.