Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's the minimal files required to train depth only model #132

Closed
ynjiun opened this issue Sep 2, 2021 · 1 comment
Closed

what's the minimal files required to train depth only model #132

ynjiun opened this issue Sep 2, 2021 · 1 comment

Comments

@ynjiun
Copy link

ynjiun commented Sep 2, 2021

Hi @ClementPinard,

Thank you for sharing this code. This is a great work!

I read your answer on #108 regarding how to use my video to train the model. I follow the steps and prepared a long sequence of undistorted images and I have cam.txt ready as well. I don't have depth map for each image. So my question is: would the undistorted images + cam.txt be enough to kick off the train.py? Would the following setup good to go?

  1. put the sequence of undistorted images and cam.txt under /data/seq1 directory
  2. train.txt only has one entry of seq1
  3. val.txt is empty
  4. python train.py /data/ -b4 -m0.2 -s0.1 --epoch-size 3000 --sequence-length 3 --log-output

Would this adequate?

Thank you very much for your help.

@ClementPinard
Copy link
Owner

Hello, if you follow the recommendations for camera displacement, yes it might work !

good luck,

Clément

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants