This commit is contained in:
Glenn Jocher 2019-08-04 17:53:03 +02:00
parent 4db005cd9b
commit d1918edc70
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ def gdrive_download(id='1HaXkef9z6y5l4vUnCYgdmEAj61c6bfWO', name='coco.zip'):
# from utils.google_utils import *; gdrive_download() # from utils.google_utils import *; gdrive_download()
t = time.time() t = time.time()
print('Downloading https://drive.google.com/uc?export=download&id=%s as %s... ' % (id, name)) print('Downloading https://drive.google.com/uc?export=download&id=%s as %s... ' % (id, name), end='')
if os.path.exists(name): # remove existing if os.path.exists(name): # remove existing
os.remove(name) os.remove(name)