david-vazquez / mcv-m5

Master in Computer Vision - M5 Visual recognition
13 stars 51 forks source link

Error training with KITTI #11

Closed xianlopez closed 7 years ago

xianlopez commented 7 years ago

We got the following error when trying to train a network in KITTI dataset:

OSError: [Errno 2] No such file or directory: '/home/master/m5_project/data/Datasets/classification/KITTI/test/background'

We solved it by manually creating a folder called test, with an empty folder inside for each class.

david-vazquez commented 7 years ago

I have created the test folder in the shared folder. Thanks