MarvinTeichmann / KittiSeg

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

Error: vgg16.npy missing #173

Open neelima1719 opened 6 years ago

neelima1719 commented 6 years ago

2018-06-06 23:24:10,663 ERROR File 'DATA/vgg16.npy' not found. Download it from ftp://mi.eng.cam.ac.uk/pub/mttt2/models/vgg16.npy

the following error is coming while i have dowloaded the file and paste it in data folder

shenh10 commented 6 years ago

You should download vgg.16npy and place it in DATA/ folder. If the automatic downloading doesn't work, you can download it using

wget ftp://mi.eng.cam.ac.uk/pub/mttt2/models/vgg16.npy

arson-365 commented 3 years ago

shenh10 thank you for your ftp ... really thank you

mrtpk123 commented 2 years ago

You should download vgg.16npy and place it in DATA/ folder. If the automatic downloading doesn't work, you can download it using

wget ftp://mi.eng.cam.ac.uk/pub/mttt2/models/vgg16.npy

Oops. This doesn't work as well.