Skip to content
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

Update Google Drive URL to in the300w_lp_dataset_builder.py with confirmation #5526

Merged
merged 2 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow_datasets/datasets/the300w_lp/checksums.tsv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://drive.google.com/uc?export=download&id=0B7OEHD3T4eCkVGs0TkhUWFN6N1k 2828125606 250c366c417ad48f72522b629ff83dbb2b2a57945803ad4a530a696bb6b13ee7 300W-LP.zip
https://drive.usercontent.google.com/download?id=0B7OEHD3T4eCkVGs0TkhUWFN6N1k&export=download&confirm=t 2828125606 250c366c417ad48f72522b629ff83dbb2b2a57945803ad4a530a696bb6b13ee7 300W-LP.zip
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from tensorflow_datasets.core.utils.lazy_imports_utils import tensorflow as tf
import tensorflow_datasets.public_api as tfds

_DATASET_URL = "https://drive.google.com/uc?export=download&id=0B7OEHD3T4eCkVGs0TkhUWFN6N1k"
_DATASET_URL = "https://drive.usercontent.google.com/download?id=0B7OEHD3T4eCkVGs0TkhUWFN6N1k&export=download&confirm=t"

_PROJECT_URL = (
"http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm"
Expand Down
Loading