-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiderFace download issue on Windows, Linux and Colab - MD5 and Google Drive Virus scan warning. #8226
Comments
Thank you for mentioning this, I am having the same issue! |
@jayrmh thanks for the report.
Just to make sure I understand: did manually downloading the files fix your issue? FYI this issue has been reported a few times and is likely due to a change in googledrive APIs. We're investigating long-term solutions, probably adding |
@NicolasHug I am following this this post as I am facing the same issue. I tried myself manually downloading but it didn't work. ( I am not an expert, thus I might have done something wrong). However, I tried the following code and it worked (only for once) and every time I try to download the dataset again, I face the same issue.
|
🐛 Describe the bug
I believe this issue should have been resolved before, but I cannot seem to circumvent this based on suggestions from previous threads. I have tried downloading manually and placing it in directory, skipping MD5 checks in utils.py, and seems to be an unhandled Google API issue. Please help, code and errors below:
from torchvision.datasets import WIDERFace
from torch.utils.data import DataLoader
from torchvision import transforms
dataset_training = WIDERFace(root="C:\\Users\X\\WiderFaces", split="train", download=True)
ERROR BELOW:
<title>Google Drive - Virus scan warning</title><style nonce="Zi4saGbGx3Q7KqhzoB9CDw">.goog-link-button{position:relative;color:#15c;text-decoration:underline;cursor:pointer}.goog-link-button-disabled{color:#ccc;text-decoration:none;cursor:default}body{color:#222;font:normal 13px/1.4 arial,sans-serif;margin:0}.grecaptcha-badge{visibility:hidden}.uc-main{padding-top:50px;text-align:center}#uc-dl-icon{display:inline-block;margin-top:16px;padding-right:1em;vertical-align:top}#uc-text{display:inline-block;max-width:68ex;text-align:left}.uc-error-caption,.uc-warning-caption{color:#222;font-size:16px}#uc-download-link{text-decoration:none}.uc-name-size a{color:#15c;text-decoration:none}.uc-name-size a:visited{color:#61c;text-decoration:none}.uc-name-size a:active{color:#d14836;text-decoration:none}.uc-footer{color:#777;font-size:11px;padding-bottom:5ex;padding-top:5ex;text-align:center}.uc-footer a{color:#15c}.uc-footer a:visited{color:#61c}.uc-footer a:active{color:#d14836}.uc-footer-divider{color:#ccc;width:100%}.goog-inline-block{position:relative;display:-moz-inline-box;display:inline-block}* html .goog-inline-block{display:inline}*:first-child+html .goog-inline-block{display:inline}sentinel{}</style>Google Drive can't scan this file for viruses.
WIDER_train.zip (1.4G) is too large for Google to scan for viruses. Would you still like to download this file?
.
.
.
The MD5 checksum of the download file [C:\Users\X\WiderFaces\WIDER_train.zip does not match the one on record .Please delete the file and try again. If the issue persists, please report this to torchvision at https://github.com/pytorch/vision/issues.
Versions
The text was updated successfully, but these errors were encountered: