mirror of
https://github.com/jantic/DeOldify.git
synced 2026-08-29 02:10:55 +08:00
fix fastAI ImageItemList that became ImageList
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"if not path_lr.exists():\n",
|
||||
" il = ImageItemList.from_folder(path_hr)\n",
|
||||
" il = ImageList.from_folder(path_hr)\n",
|
||||
" parallel(create_training_images, il.items)"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"if not path_lr.exists():\n",
|
||||
" il = ImageItemList.from_folder(path_hr)\n",
|
||||
" il = ImageList.from_folder(path_hr)\n",
|
||||
" parallel(create_training_images, il.items)"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user