Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JUGGHM
/
Metric3D
like
69
Running
on
T4
App
Files
Files
Community
8
b1a4c74
Metric3D
/
mono
/
model
/
__init__.py
JUGGHM
Upload 62 files
8a32844
11 months ago
raw
Copy download link
history
blame
Safe
130 Bytes
from
.monodepth_model
import
DepthModel
# from .__base_model__ import BaseDepthModel
__all__ = [
'DepthModel'
,
'BaseDepthModel'
]