MCPcopy
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_inputsMethod · 0.80
_run_model_forwardMethod · 0.80
_export_resultsMethod · 0.80
logger.pyFile · 0.80
load_pretrained_weightsFunction · 0.80
export_to_glbFunction · 0.80
export_to_colmapFunction · 0.80
__init__Method · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected