ClementPinard / SfmLearner-Pytorch

Pytorch version of SfmLearner from Tinghui Zhou et al.
MIT License
1.01k stars 226 forks source link

Prepare_train_data #76

Closed danbo2 closed 4 years ago

danbo2 commented 4 years ago

Hi all,

Does someone meet this error when executing prepare_train_data ? 98 I have checked the kitti raw dataset, and I am sure there is no 00000028.bin in this folder. Can anyone help me ?

Thanks

lambert-x commented 4 years ago

Hi guy, I am facing the same problem. Have you solved it?

danbo2 commented 4 years ago

@lambert-x You can change the training dataset.

lambert-x commented 4 years ago

@lambert-x You can change the training dataset.

You mean just training with the rest of the dataset?

danbo2 commented 4 years ago

@lambert-x change training dataset in python script

ClementPinard commented 4 years ago

What exact command did you try? The bin files are the lidar frames, have you only downloaded images or groundtruth too?

luyao777 commented 4 years ago

Hi, I met the same problem. After I use the script provided on the official website and I use the command as follows:

python data/prepare_train_data.py $DATASET --dataset-format 'kitti' --dump-root $TRAIN_SET --width 832 --height 256 --num-threads 4 --static-frames $STATIC_FILES --with-depth

There is no 00000028.bin in this folder How do you solve the problem?