Update model weights in HF format.
Hi
@xingyang1
,
Thanks for the amazing work.
I have been working on adding this model to the transformers library, and I have already raised a PR. You can try adding the model in HF format using the file.
https://github.com/huggingface/transformers/blob/b52717842700c95af43a72f2ea6d47c3a6049fe1/src/transformers/models/distill_any_depth/convert_distill_any_depth_to_hf.py
But the models will only work after PR is merged because I changed the config from DepthAnythingForDepthEstimation
to DistillAnyDepthForDepthEstimation
Thank you very much for your work!
This is also what we aim to achieve. I noticed that you have created some model cards. When you mentioned, "You can try adding the model in HF format using the file," did you mean that I should create model cards similar to yours?
Best regards.
Yes, Please create the model cards.