MarvinTeichmann / KittiSeg

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

While I am training on my own data i am getting key errors #168

Open Ratnadeep22 opened 6 years ago

Ratnadeep22 commented 6 years ago

Hey... Great work @MarvinTeichmann. I want to train on my own data. I followed all steps. but when I start training I am getting key errors or EOF errors. I think it's because of hype file keys are different than in train.py.

Can you please help me to sort out this error... I am not getting which key name I need to replace with which another key name Too much interested to see the results on own dataset Thanks in advance!

Ratnadeep22 commented 6 years ago

The main problem is, the code fails to load vgg16.npy model

Ratnadeep22 commented 6 years ago

I solved the problem, actually the problem is in the vgg16 file.

But Now I am getting memory allocation Error.

Thanks!

KKayak commented 6 years ago

@deamonDevs you trained on windows or linux?