fix: extraction

This commit is contained in:
Laureηt 2022-05-12 10:46:51 +02:00
parent bbaaff48b9
commit ce25858c99
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 20 additions and 46 deletions

File diff suppressed because one or more lines are too long

View file

@ -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",