Instructions#
- Download the model from here - https://huggingface.co/TillBeemelmanns/Depth-Anything-V3-ONNX/tree/main and paste it in src/model/my_model_old.onnx
- Run upgrade_f.py using uv and save it as my_model.onnx in src/model/.
- Run the project using
cargo run.