Views
No views yet
DepthProPipeline.| Metric | Specification |
|---|---|
| Input Resolution | 512 x 512 pixels |
| Compute Units | All (Optimized for ANE) |
| Average Latency | < 1.0s per frame (on M2/M3 chips) |
| Target Use Case | Real-time 3D Preview / Quick Video Conversion |
[!TIP] This model is the best choice for the initial phase of your 3D conversion workflow, allowing for near-instant feedback while adjusting 3D rendering parameters.
DepthPro_transform.mlpackage: Image preprocessing.DepthPro_encoder.mlpackage: Feature extraction (ANE Optimized).DepthPro_decoder.mlpackage: Multiresolution fusion.DepthPro_depth.mlpackage: Final depth output.swift-transformers:1let hub = Hub()
2let modelDir = try await hub.snapshot(repoId: "aarondevstack/DepthPro-512x512-coreml")
3// Load models from the downloaded directory