Views
No views yet
Normaized Inverse Depth means that the model will output values between $[0,1]$ where 1 is the closest pixel to the camera, and 0 is the furthest pixel from the camera.image: $1536 \times 1536$ 3 color image ($[1 \times 3 \times 1536 \times 1536]$ ImageType).normalizedInverseDepth 1536x1536 monochrome image ($[1 \times 1 \times 1536 \times 1536]$ ImageType).huggingface-clibrew install huggingface-cli1huggingface-cli download \
2 --local-dir models --local-dir-use-symlinks False \
3 coreml-projects/DepthPro-coreml-normalized-inverse-depth \
4 --include "DepthProNormalizedInverseDepth.mlpackage/*""--include argument.huggingface/coreml-examples repository contains sample conversion code for DepthProNormalizedInverseDepth.mlpackage and other models.huggingface/coreml-examples repository contains sample Swift code for DepthProNormalizedInverseDepth.mlpackage and other models. See the instructions there to build the demo app, which shows how to use the model in your own Swift apps.