You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(depth-estimation): replace dead torch.hub.load with HF hub + pip package
torch.hub.load('LiheYoung/Depth-Anything-V2', ...) returns 404.
Switch to direct DepthAnythingV2 class from depth_anything_v2 pip package
with weights downloaded via huggingface_hub.hf_hub_download (cached).
Tested: model loads successfully on MPS (Apple Silicon).
0 commit comments