Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AggieSportsAnalytics/CourtCheck
/ t
Function
t
backend/eval/run_eval.py:133–134 ·
view source on GitHub ↗
(frame: int)
Source
from the content-addressed store, hash-verified
131
fps = gt.get(
"fps"
, pred.get(
"fps"
, 30.0))
132
133
def
t(frame: int) -> str:
134
return
f
"{frame / fps:.2f}s"
135
136
L = []
137
L.append(f
"# Eval Report"
)
Callers
1
build_report
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected