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

MOVi-F dataset cannot be downloaded: "Could not resolve host: storage.googleapis.com" #289

Open
alppekk opened this issue May 3, 2023 · 0 comments

Comments

@alppekk
Copy link

alppekk commented May 3, 2023

Hi,

I'm trying to download and visualize the dataset MOVi-F but it seems like some of data that are supposed to be publicly available are not really accessible, possibly due to broken URLs.

I am using code adapted from the VisualizeMOVi.ipynb notebook, which uses a generator called train_iter.

for video_num, example in enumerate(train_iter):
    video_array = example['video']
    n_frames = video_array.shape[0]

    for fr_num in range(n_frames):
        vid_frame = video_array[fr_num, ...]
        # Save each frame to disk
        # ...

However, looping over the generator produces the error that is shown below and the loop breaks. The error message is:

"tensorflow.python.framework.errors_impl.FailedPreconditionError: Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Could not resolve host: storage.googleapis.com
	 when reading gs://kubric-public/tfds/movi_f/512x512/1.0.0/movi_f-validation.tfrecord-00003-of-00128 [Op:IteratorGetNext]"

Thanks,
Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant