-
Notifications
You must be signed in to change notification settings - Fork 246
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
About download_data.py #48
Comments
I am also getting the same error... need support... python download_data.py --kitti_url https://s3.eu-central-1.amazonaws.com/avg-kitti/data_road.zip |
Same error! But the url works for KittiSeg. :( I tried using quotes too.. no luck. |
Im a bit late here, but it appears that you can just go into the download script and comment out the part where it checks the url. |
Hello friend. Would you mind to send me the file "KittiSed_pretrained.zip" if you have? Thank you. |
I use
python download_data.py --kitti_url http://www.cvlibs.net/download.php?file=data_road.zip
(http://www.cvlibs.net/download.php?file=data_road.zip is the url i get after email verified)
Then i get the error
2018-06-26 10:24:35,922 ERROR Wrong url.
2018-06-26 10:24:35,923 ERROR Please visit: http://www.cvlibs.net/download.php?file=data_road.zip
2018-06-26 10:24:35,923 ERROR and request Kitti Download link.
2018-06-26 10:24:35,923 ERROR You will receive an Email with the kitti download url
2018-06-26 10:24:35,923 ERROR Rerun and enter the received [url] using'python download_data.py --kitti_url [url]'
The text was updated successfully, but these errors were encountered: