You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Request for help, for training the MultiNet
/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
The text was updated successfully, but these errors were encountered: