SimonVandenhende / Multi-Task-Learning-PyTorch

PyTorch implementation of multi-task learning architectures, incl. MTI-Net (ECCV2020).
Other
761 stars 113 forks source link

Dataset URL #31

Open mike-shvets opened 1 year ago

mike-shvets commented 1 year ago

It looks like the URL specified in data/google_drive.py is not accessible anymore.

download_file_from_google_drive fails with UnboundLocalError: local variable 'token' referenced before assignment since response.cookies is empty for the NYU dataset.

shivmgg commented 10 months ago

were you able to resolve it?

nhatchung14 commented 8 months ago

While the code was no longer able to download from google drive, it appears that the URLs are still accessible:

which can be downloaded and prepped manually.