Lavreniuk / SPIdepth

Strengthened Pose Information for self-supervised monocular depth estimation. SPIdepth refines the pose network to improve depth prediction accuracy, achieving state-of-the-art results on benchmarks like KITTI, Cityscapes, and Make3D.
MIT License
26 stars 0 forks source link

RuntimeError: Unknown model (convnextv2_huge.fcmae_ft_in22k_in1k_384) #7

Closed SuteraBlu closed 3 days ago

SuteraBlu commented 3 days ago

I am trying to run inference with my own image using the provided code as shown: Can someone explain the following error to me please:

Screenshot from 2024-10-14 09-13-26

Lavreniuk commented 3 days ago

@SuteraBlu, thank you for your interest in our model! It appears that you are using an outdated version of the timm library. Please update to the latest version or one of the more recent versions.

SuteraBlu commented 3 days ago

Yes that's exactly the reason! Thank you!