Skip to content

Commit e9c6535

Browse files
authored
Update Google Drive URL to in the300w_lp_dataset_builder.py with confirmation (#5526)
* Update Google Drive url to in the300w_lp_dataset_builder.py for confirm * Fix URL in checksums.tsv of the300w_lp dataset
1 parent 61c3c06 commit e9c6535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://drive.google.com/uc?export=download&id=0B7OEHD3T4eCkVGs0TkhUWFN6N1k 2828125606 250c366c417ad48f72522b629ff83dbb2b2a57945803ad4a530a696bb6b13ee7 300W-LP.zip
1+
https://drive.usercontent.google.com/download?id=0B7OEHD3T4eCkVGs0TkhUWFN6N1k&export=download&confirm=t 2828125606 250c366c417ad48f72522b629ff83dbb2b2a57945803ad4a530a696bb6b13ee7 300W-LP.zip

tensorflow_datasets/datasets/the300w_lp/the300w_lp_dataset_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from tensorflow_datasets.core.utils.lazy_imports_utils import tensorflow as tf
2222
import tensorflow_datasets.public_api as tfds
2323

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

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

0 commit comments

Comments
 (0)