Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PaddlePaddle/PaddleOCR
/ get_median_value
Method
get_median_value
ppocr/utils/stats.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.deque.append(value)
32
33
def
get_median_value(self):
34
return
np.median(self.deque)
35
36
37
def
Time():
Callers
1
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected