modosaic.depth.generators.impl.depth_anything_v2_metric_small¶
modosaic.depth.generators.impl.depth_anything_v2_metric_small ¶
DepthAnythingV2MetricSmall ¶
DepthAnythingV2MetricSmall()
Bases: DepthGenerator
Metric Depth Anything V2 Small generator.
Load the pinned Hugging Face metric-depth pipeline.
Source code in modosaic/depth/generators/impl/depth_anything_v2_metric_small.py
20 21 22 23 24 25 26 27 28 | |
generate ¶
generate(record)
Generate a metric depth map for one image record.
Source code in modosaic/depth/generators/impl/depth_anything_v2_metric_small.py
40 41 42 43 44 45 46 47 48 | |