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

Visualize depth map using the trained model #25

Open changcv2021 opened 11 months ago

changcv2021 commented 11 months ago

I use this model KITTI (Efficient-b5) and want to visualize the depth map. for this code: python test_simple_SQL_config.py ./args_files/args_test_simple_kitti_320x1024.txt How should I modify the parameters? I tried several parameters but got poor results. I'm looking forward to your reply

hisfog commented 11 months ago

The args_file for the Efficient-b5 model is './args_files/hisfog/kitti/effb5_320x1024.txt' , so you should run

python test_simple_SQL_config.py ./args_files/hisfog/kitti/effb5_320x1024.txt