Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ByteDance-Seed/Depth-Anything-3
/ info
Method
info
src/depth_anything_3/utils/logger.py:67–68 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
65
self.log(
"WARN:"
, *args, **kwargs)
66
67
def
info(self, *args, **kwargs):
68
self.log(
"INFO:"
, *args, **kwargs)
69
70
def
debug(self, *args, **kwargs):
71
self.log(
"DEBUG:"
, *args, **kwargs)
Callers
10
_preprocess_inputs
Method · 0.80
_run_model_forward
Method · 0.80
_convert_to_prediction
Method · 0.80
_export_results
Method · 0.80
logger.py
File · 0.80
load_pretrained_weights
Function · 0.80
export_to_glb
Function · 0.80
export_to_colmap
Function · 0.80
__init__
Method · 0.80
_get_intermediate_layers_not_chunked
Method · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected