updates
This commit is contained in:
parent
4db005cd9b
commit
d1918edc70
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue