mrharicot / monodepth

Unsupervised single image depth prediction with CNNs
Other
2.22k stars 631 forks source link

Training other dataset #171

Closed ktxu1224 closed 6 years ago

ktxu1224 commented 6 years ago

Hi, thank you for opening source code. I wonder how to train a model on our own data, namely, which files I need to modify? @mrharicot

mrharicot commented 6 years ago

Hi, You can have a look at the dataloader. Normally you don't need to change much, just provide a file which contains a list of pairs of filenames.