zxcqlf / MonoViT

Self-supervised monocular depth estimation with a vision transformer
MIT License
157 stars 18 forks source link

Revise the setting of the depth network #11

Closed taewookum closed 1 year ago

taewookum commented 1 year ago

For training, please download monodepth2, replace the depth network, and revise the setting of the depth network, the optimizer and learning rate according to trainer.py.

I read the contents of the sentence above. I don't know how to modify trainer.py. Can you help me?

zxcqlf commented 1 year ago

It is quite easy to do that, just replace the corresponding part.

taewookum commented 1 year ago

Do I just need to change the encoder part? Without input?