mirror of
https://github.com/tg-bomze/Face-Depixelizer.git
synced 2026-05-26 17:00:42 +00:00
Created using Colaboratory
This commit is contained in:
@@ -127,6 +127,7 @@
|
||||
"\n",
|
||||
" face = Image.open(fn)\n",
|
||||
" face = face.resize((1024, 1024), Image.ANTIALIAS)\n",
|
||||
" face = face.convert('RGB')\n",
|
||||
" face_name = 'face.png'\n",
|
||||
" face.save(face_name)\n",
|
||||
" %cp $face_name /content/pulse/input/\n",
|
||||
|
||||
Reference in New Issue
Block a user