fix: extraction
This commit is contained in:
parent
bbaaff48b9
commit
ce25858c99
File diff suppressed because one or more lines are too long
|
@ -60,7 +60,7 @@
|
|||
"DATASET_PATH = os.path.abspath(DATASET_PATH)\n",
|
||||
"if not os.path.isdir(DATASET_PATH):\n",
|
||||
" !wget https://fainsil.users.inpt.fr/content/dataset_rot.zip\n",
|
||||
" !unzip -qq dataset_rot.zip\n",
|
||||
" !7z x dataset_rot.zip\n",
|
||||
" !rm dataset_rot.zip\n",
|
||||
"\n",
|
||||
"CLASSES = next(os.walk(DATASET_PATH))[1]\n",
|
||||
|
|
Loading…
Reference in a new issue