Skip to content

Instantly share code, notes, and snippets.

View SeungjunNah's full-sized avatar
🐢

Seungjun Nah SeungjunNah

🐢
View GitHub Profile
@SeungjunNah
SeungjunNah / download_REDS.py
Last active April 5, 2024 06:52
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'):