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