feat: input pipeline is done (?)

This commit is contained in:
Laureηt 2022-05-06 03:03:27 +02:00
parent 69d93f7457
commit 3ecad51766
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 196 additions and 223 deletions

File diff suppressed because one or more lines are too long

View file

@ -35,6 +35,17 @@
"name": "stdout",
"output_type": "stream",
"text": [
"--2022-05-05 21:51:45-- https://fainsil.users.inpt.fr/content/dataset_rot.zip\n",
"Résolution de fainsil.users.inpt.fr (fainsil.users.inpt.fr)… 147.127.160.150\n",
"Connexion à fainsil.users.inpt.fr (fainsil.users.inpt.fr)|147.127.160.150|:443… connecté.\n",
"requête HTTP transmise, en attente de la réponse… 200 OK\n",
"Taille : 71710588 (68M) [application/zip]\n",
"Enregistre : «dataset_rot.zip»\n",
"\n",
"dataset_rot.zip 100%[===================>] 68,39M 63,6MB/s ds 1,1s \n",
"\n",
"2022-05-05 21:51:46 (63,6 MB/s) - «dataset_rot.zip» enregistré [71710588/71710588]\n",
"\n",
"/tmp/deepl/dataset_rot\n",
"['octane', 'werewolf', 'breakout', 'aftershock']\n"
]
@ -121,7 +132,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_1366491/2192415425.py:18: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.\n",
"/tmp/ipykernel_1169218/2192415425.py:18: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.\n",
" img = img.resize(RESIZED_SIZE[:-1], PIL.Image.ANTIALIAS)\n"
]
}