TRI-ML / packnet-sfm

TRI-ML Monocular Depth Estimation Repository
https://tri-ml.github.io/packnet-sfm/
MIT License
1.23k stars 242 forks source link

Error while training on my own dataset #166

Open porwalnaman01 opened 3 years ago

porwalnaman01 commented 3 years ago

I am trying to train on my custom dataset using SelfSupModel but wile training the model does not read the training images from train split file and indicates 0 images there and read all the images in testing set and outputs an error. It would be very kind of you if you can help me here.

VitorGuizilini-TRI commented 3 years ago

Which dataset class are you using to load your images?

porwalnaman01 commented 3 years ago

Sorry for the late reply, I am using Images class. I want to train it on a face dataset.