hisfog / SfMNeXt-Impl

[AAAI 2024] Official implementation of "SQLdepth: Generalizable Self-Supervised Fine-Structured Monocular Depth Estimation", and more.
MIT License
91 stars 12 forks source link

About your provided training commands #35

Open bizheyandebing opened 7 months ago

bizheyandebing commented 7 months ago

Your work is great. I have 2 questions for you. I use the following command to train and get the model, python train.py ./args_files/args_res50_kitti_192x640_train.txt image

,The first question is, which corresponding command should I use for evaluation? Secondly, the encoder of this model occupies 950MB of storage. Are you sure it is the encoder resnet50?

image

bizheyandebing commented 7 months ago

May I ask which command was used to train the model provided below? image

The effect of this model is very good. Can you provide the training command?

bizheyandebing commented 7 months ago

Thank you very much for your work, it's great