MarvinTeichmann / KittiSeg

A Kitti Road Segmentation model implemented in tensorflow.
MIT License
911 stars 403 forks source link

Error while using download_data.py #188

Open RatheeshRK opened 6 years ago

RatheeshRK commented 6 years ago

Request for help, for training the MultiNet

  1. I was trying to download the files, using the download_data.py, with the link from the email. but the program stopped with the below error.

    /MultiNet$ python download_data.py --kitti_url https://s3.eu-central-1.amazonaws.com/avg-kitti/data_road.zip 2018-08-15 10:53:31,985 WARNING File: DATA/vgg16.npy exists. 2018-08-15 10:53:31,985 WARNING Please delete to redownload VGG weights. 2018-08-15 10:53:31,988 INFO Copied data/train_2.idl to DATA/KittiBox. 2018-08-15 10:53:31,992 INFO Copied data/train_3.idl to DATA/KittiBox. 2018-08-15 10:53:31,996 INFO Copied data/train_4.idl to DATA/KittiBox. 2018-08-15 10:53:31,998 INFO Copied data/val_2.idl to DATA/KittiBox. 2018-08-15 10:53:31,999 INFO Copied data/val_3.idl to DATA/KittiBox. 2018-08-15 10:53:31,999 INFO Copied data/val_4.idl to DATA/KittiBox. 2018-08-15 10:53:32,002 INFO Copied data/train.txt to DATA/KittiBox. 2018-08-15 10:53:32,003 INFO Copied data/val.txt to DATA/KittiBox. 2018-08-15 10:53:32,003 INFO Copied data/testing.txt to DATA/data_road. 2018-08-15 10:53:32,003 INFO Copied data/train3.txt to DATA/data_road. 2018-08-15 10:53:32,004 INFO Copied data/val3.txt to DATA/data_road. 2018-08-15 10:53:32,004 ERROR Wrong url. 2018-08-15 10:53:32,004 ERROR Please visit: http://www.cvlibs.net/download.php?file=data_road.zip 2018-08-15 10:53:32,004 ERROR and request Kitti Download link. 2018-08-15 10:53:32,004 ERROR You will receive an Email with the kitti download url 2018-08-15 10:53:32,004 ERROR Rerun and enter the received [url] using'python download_data.py --kitti_url [url]'


Please help, to solve the download issue. and also for training the MultiNet