Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-depth-pro
/ types & classes
Types & classes
8 in github.com/apple/ml-depth-pro
⨍
Functions
49
◇
Types & classes
8
↓ 1 callers
Class
DepthPro
DepthPro network.
src/depth_pro/depth_pro.py:154
↓ 1 callers
Class
DepthProConfig
Configuration for DepthPro.
src/depth_pro/depth_pro.py:27
↓ 1 callers
Class
DepthProEncoder
DepthPro Encoder. An encoder aimed at creating multi-resolution encodings from Vision Transformers.
src/depth_pro/network/encoder.py:14
↓ 1 callers
Class
FOVNetwork
Field of View estimation network.
src/depth_pro/network/fov.py:11
↓ 1 callers
Class
FeatureFusionBlock2d
Feature fusion for DPT.
src/depth_pro/network/decoder.py:121
↓ 1 callers
Class
MultiresConvDecoder
Decoder for multi-resolution encodings.
src/depth_pro/network/decoder.py:16
↓ 1 callers
Class
ResidualBlock
Generic implementation of residual blocks. This implements a generic residual block from He et al. - Identity Mappings in Deep Residual N
src/depth_pro/network/decoder.py:96
↓ 1 callers
Class
ViTConfig
Configuration for ViT.
src/depth_pro/network/vit_factory.py:32