ifnspaml / SGDepth

[ECCV 2020] Self-Supervised Monocular Depth Estimation: Solving the Dynamic Object Problem by Semantic Guidance
MIT License
200 stars 26 forks source link

How to train with Custom dataset? #36

Open NaDaGyeong opened 1 year ago

NaDaGyeong commented 1 year ago

Hello. We would like to learn this model with custom data set.

  1. What other files do you need besides images? If you need a file other than an image, how is the format organized?
  2. Do you need ground truth like kitti dataset in custom dataset?
klingner commented 1 year ago

Hi!

For training you would only need the image files. If you want to evaluate you also need ground truth. You will probably need to write your own data loading for a custom dataset.