Views
No views yet
41736238f5bced4debf3f2a12375d2466874866d.
Copyright (c) 2025 ByteDance Ltd. and/or its affiliates. Licensed under the
Apache License, Version 2.0. The DINOv2 backbone components retain Meta
Platforms' Apache-2.0 attribution.f465978e618db8cc79c83b8bbf24964857db1875, published under
Apache-2.0.model. prefix and wraps all 406 unchanged tensors in LibreYOLO
checkpoint schema v1.0. LibreYOLO reproduces the official mono sky handling
and maps the model's positive relative depth to relative inverse depth, where
higher means closer and no metric unit is implied.weights/convert_depth_anything3_weights.py in the
LibreYOLO source repository.1from libreyolo import LibreYOLO
2
3model = LibreYOLO("LibreDepthAnything3l-depth.pt")
4result = model("image.jpg")[0]
5inverse_depth = result.depth_map.data