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
You can also manually add the hugging face models in the `settings.yaml` which including `model.safetensors`, `config.json`, `preprocessor_config.json` files on [HuggingFace](https://huggingface.co/).
[HF-Mirror](https://hf-mirror.com) is a mirror site of the original [Hugging Face](https://huggingface.co/) site hosting AI models. The depth model will automatically be downloaded to **Download Path** from [Hugging Face](https://huggingface.co/) at the first run.
@@ -330,6 +336,13 @@ All optional settings can be modified on the GUI window and saved to the `settin
330
336
> **Unlock Threads (Legacy Streamer)** sometimes fails with `UTF-8 error` under Python3.11 due to the limitations of [torch-directml](https://github.com/microsoft/DirectML?tab=readme-ov-file#pytorch-with-DirectML) libraries. You may try stop and run multiple times for a successful streaming process.
331
337
## References
332
338
```BIBTEX
339
+
@article{depthanything3,
340
+
title={Depth Anything 3: Recovering the visual space from any views},
341
+
author={Haotong Lin and Sili Chen and Jun Hao Liew and Donny Y. Chen and Zhenyu Li and Guang Shi and Jiashi Feng and Bingyi Kang},
342
+
journal={arXiv preprint arXiv:2511.10647},
343
+
year={2025}
344
+
}
345
+
333
346
@article{video_depth_anything,
334
347
title={Video Depth Anything: Consistent Depth Estimation for Super-Long Videos},
335
348
author={Chen, Sili and Guo, Hengkai and Zhu, Shengnan and Zhang, Feihu and Huang, Zilong and Feng, Jiashi and Kang, Bingyi},
0 commit comments