Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JUGGHM/Metric3D
anveshg03
/
Metric3D_GPU
like
0
Paused
App
Files
Files
Community
0a167dd
Metric3D_GPU
/
mono
/
model
/
__init__.py
JUGGHM
Upload 62 files
8a32844
about 1 year ago
raw
Copy download link
history
blame
Safe
130 Bytes
from
.monodepth_model
import
DepthModel
# from .__base_model__ import BaseDepthModel
__all__ = [
'DepthModel'
,
'BaseDepthModel'
]