-
Notifications
You must be signed in to change notification settings - Fork 47
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
download_utils: Function definition missing for downloading from Google drive #260
Comments
thanks for reporting this. Should we bring it back? Not sure it still works though |
Usually with the drive stuff it is better if the user does it manually like with Prophesee stuff? |
Yeah I see your pont. I just tried the function from torchvision and at least for the dataset I'm looking at it fails without any warning. Then maybe it's better instead to produce an error message, saying that data from google drives should be downloaded manually? |
yes agreed! |
There is also a function from torchdata, but since its development is paused, it is better to provide an error message. What do you think? |
I think that makes total sense. Let the user download it manually for now |
Just tried out https://github.com/wkentaro/gdown/tree/main and it works super well. Should switch to that for Gdrive |
The function
download_url
in thedownload_utils
module attempts to call a functiondownload_file_from_google_drive
, which is not defined, see here.The text was updated successfully, but these errors were encountered: