hisfog / SfMNeXt-Impl

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

About how to Train ConvNeXt-L Model #22

Open chaoying0115 opened 10 months ago

chaoying0115 commented 10 months ago

Training KITTI in README.md only mentions Python train.py./args Files/args Res50 Kitti 192x640 Train.txt, args There seems to be no information about the ConvNeXt-L model in the files folder. We look forward to your answer. Thank you!

hisfog commented 10 months ago

Similar to training ResNet models, the args_file for ConvNeXt-L is ./args_files/hisfog/kitti/cvnXt_L_320x1024.txt.

Lavreniuk commented 8 months ago

@chaoying0115, have you been able to reproduce the score for ConvNeXt-L model?