diff --git a/Enhancement/download_data.py b/Enhancement/download_data.py index 8c727ad..5146468 100644 --- a/Enhancement/download_data.py +++ b/Enhancement/download_data.py @@ -34,7 +34,7 @@ os.remove('Datasets/train.zip') if data == 'val': - if dataset == 'FiveK' + if dataset == 'FiveK': print('FiveK validation data used during training!') # gdown.download(id=FiveK_val, output='Datasets/val.zip', quiet=False) os.system(f'gdrive download {FiveK_val} --path Datasets/')