-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will train with Depth Anything V2? #38
Comments
Second this... I couldn't get PatchFusion running locally, but I also request Depth Anything v2 support |
Hi guys, I think the PatchFusion is not the best solution for the hr depth estimation. We now have PatchRefiner with better performance. I will try to support Depth Anything v2 in PatchRefiner. One more thing to be noticed: The PatchFusion uses the Swin Transformer block which is hard to be converted to onnx model. So it might be bad. In PatchRefiner, we drop it off and the model has even better performance. |
Thank you for your responses. I'm interested to see results from PatchRefiner (and using Depth-Anything v2 along with whatever else may produce good results). I could never get PatchFusion running on Windows, so I hope the Windows install will be much easier with PatchRefiner. Thank you for your work. |
No description provided.
The text was updated successfully, but these errors were encountered: