Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ByteDance-Seed/Depth-Anything-3
/ warn
Method
warn
src/depth_anything_3/utils/logger.py:64–65 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
62
self.log(
"ERROR:"
, *args, **kwargs)
63
64
def
warn(self, *args, **kwargs):
65
self.log(
"WARN:"
, *args, **kwargs)
66
67
def
info(self, *args, **kwargs):
68
self.log(
"INFO:"
, *args, **kwargs)
Callers
5
sh_helpers.py
File · 0.80
logger.py
File · 0.80
camera_trj_helpers.py
File · 0.80
_unify_batch_shapes
Method · 0.80
gs_renderer.py
File · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected