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

The dictionary keys do not match #12

Closed zsz-pro closed 11 months ago

zsz-pro commented 12 months ago

Nice work! The keys in the encoder_dict do not correspond to the keys in the provided pre-trained weights for KITTI(ResNet50)640*192 image

hisfog commented 12 months ago

Just updated the table in README.md, now the models should load correctly. Additionally, please use the latest code.

zsz-pro commented 11 months ago

OK!Thanks!