Replies: 5 comments 8 replies
-
Could you post all error messages including stack traces? It should be displayed in the terminal. |
Beta Was this translation helpful? Give feedback.
-
this is one using DepthPro_HD - gives the same error in the ui 2024-11-02 11:21:56.895 Python[59056:5329354] +[IMKClient subclass]: chose IMKClient_Modern |
Beta Was this translation helpful? Give feedback.
-
What version of pytorch do you have installed? Does |
Beta Was this translation helpful? Give feedback.
-
The problem of DepthPro probably fixed. nagadomi/ml-depth-pro_iw3@e796192
However, I have never tried DepthPro on macOS, so there may be another problem. |
Beta Was this translation helpful? Give feedback.
-
For DepthAnything, it is already using x = x.permute(0, 2, 1).reshape((x.shape[0], x.shape[-1], patch_h, patch_w))
x = self.projects[i](x) If you are using an older version of pytorch, try building an env with the latest pytorch version using venv. |
Beta Was this translation helpful? Give feedback.
-
I've followed the instructions and every video just gives me the error:
"view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead."
Really stuck as to what to do.
Any help would be great.
Beta Was this translation helpful? Give feedback.
All reactions