Skip to content

Instantly share code, notes, and snippets.

View varocsas's full-sized avatar

Vale Rocha varocsas

View GitHub Profile
@varocsas
varocsas / download_REDS.py
Created April 5, 2024 06:52 — forked from SeungjunNah/download_REDS.py
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'):