question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

can not prepare the dataset

See original GitHub issue

When I followed the Data preparation part in the link and ran the this code python3 dataprep.py --save_path data --download --user USERNAME --password PASSWORD , I met with the following error.

–2021-11-26 14:04:56-- http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa Resolving www.robots.ox.ac.uk (www.robots.ox.ac.uk)… 129.67.94.2 Connecting to www.robots.ox.ac.uk (www.robots.ox.ac.uk)|129.67.94.2|:80… connected. HTTP request sent, awaiting response… 301 Moved Permanently Location: https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa [following] –2021-11-26 14:04:58-- https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa Connecting to www.robots.ox.ac.uk (www.robots.ox.ac.uk)|129.67.94.2|:443… connected. HTTP request sent, awaiting response… 404 Not Found 2021-11-26 14:04:59 ERROR 404: Not Found.

Traceback (most recent call last): File “Downloads/voxceleb_trainer-master/dataprep.py”, line 176, in <module> download(args,fileparts) File “Downloads/voxceleb_trainer-master/dataprep.py”, line 58, in download raise ValueError(‘Download failed %s. If download fails repeatedly, use alternate URL on the VoxCeleb website.’%url) ValueError: Download failed http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_dev_wav_partaa. If download fails repeatedly, use alternate URL on the VoxCeleb website.

How can I solve this problem? Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chonghaozhang1998commented, Nov 26, 2021

It works! Thanks a lot! 😀

0reactions
chonghaozhang1998commented, Nov 26, 2021

Yes! I misunderstood this sentence “Use https://thor.robots.ox.ac.uk/ instead of http://www.robots.ox.ac.uk/ in all the lines in lists/fileparts.txt”. I will have a try. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - h5py (HDF5) - random error with large ndarray - IOError
Running into a very strange issue when trying to create a rather large numpy ndarray dataset. e.g. import h5py import numpy as np ......
Read more >
Preparing Your Dataset for Machine Learning: 10 Steps
Preparing data for machine learning projects is a crucial first step. Learn how to collect data, what is data cleaning, who is responsible ......
Read more >
load_dataset for CSV files not working · Issue #743 - GitHub
First four columns from the csv don't have a name, so I've named them by default. The csv file is the .dev file...
Read more >
5 Steps to correctly prepare your data for your machine ...
Step 1: Gathering the data ... The choice of data entirely depends on the problem you're trying to solve. Picking the right data...
Read more >
How to Prepare Your Dataset for Machine Learning and ...
Learn about data preparation for machine learning and analysis, and avoid some of the most common problems real-world data can throw at you....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found