Views
No views yet
| Metric | Specification |
|---|---|
| Input Resolution | 1024 x 1024 pixels |
| Compute Units | GPU + CPU (Recommended for stability) |
| Average Latency | ~7.5s per frame (on M2 Ultra/M3 Max) |
| Target Use Case | Offline Video Conversion / High-Quality Spatial Video Export |
[!IMPORTANT] To ensure inference stability at this resolution, this model is configured to use the GPU/CPU path rather than ANE to avoid memory limits.
DepthPro_transform.mlpackage: Image preprocessing.DepthPro_encoder.mlpackage: Feature extraction (ViT-Large).DepthPro_decoder.mlpackage: Multiresolution fusion.DepthPro_depth.mlpackage: Final depth output and high-res feature generation.swift-transformers:1let hub = Hub()
2let modelDir = try await hub.snapshot(repoId: "aarondevstack/DepthPro-1024x1024-coreml")
3// Load models from the downloaded directory