Skip to content

Instantly share code, notes, and snippets.

View thesby's full-sized avatar
🎯
Focusing

Luo_yuansheng thesby

🎯
Focusing
View GitHub Profile
@SeungjunNah
SeungjunNah / download_REDS.py
Last active July 15, 2024 09:19
REDS dataset downloading script
# reference: https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive
import os
import requests
import argparse
def download_file_from_google_drive(id, destination):
def get_confirm_token(response):
for key, value in response.cookies.items():
if key.startswith('download_warning'):