KevinMusgrave / pytorch-adapt

Domain adaptation made easy. Fully featured, modular, and customizable.
https://kevinmusgrave.github.io/pytorch-adapt/
MIT License
359 stars 15 forks source link

Broken data links #102

Open justinkay opened 6 months ago

justinkay commented 6 months ago

Hi - looks like the files for Office 31 are no longer available:

datasets = get_office31(["amazon"], ["dslr"], folder=".", download=True)

HTTPError: HTTP Error 404: Not Found

KevinMusgrave commented 6 months ago

Sorry about that. The datasets were stored on my school's Box account, but I've since graduated so they're gone.

Luckily I have back-ups, so I can upload them somewhere else.

Maybe uploading them to HuggingFace is the best solution?

kcyoon689 commented 1 week ago

Can you upload dataset somewhere like HugginFace?