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

Cityscapes datasets problem? #42

Open hiliujian opened 4 months ago

hiliujian commented 4 months ago

image 很感谢您的开源!!! 不过有一些问题需要您的帮助,我使用您提供的Cityscapes上预训练的权重文件进行评估与您论文及github仓库提供的结果有很大的出入,而且权重文件的分辨率是640x192并不是512x196? 评估代码及参数: python evaluate_res50_depth_cityscapes_config.py --eval_data_path /media/MHD/lj/datasets/cityscapes --dataset cityscapes_preprocessed --split cityscapes_preprocessed --eval_split cityscapes --height 192 --width 512 --model_dim 64 --patch_size 16 --query_nums 120 --min_depth 0.001 --max_depth 80.0 --dim_out 128 --eval_mono --load_weights_folder checkpoints/cityscapes_models