Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FoundationVision/ByteTrack
/ save_summary
Method
save_summary
tutorials/jde/evaluation.py:100–104 ·
view source on GitHub ↗
(summary, filename)
Source
from the content-addressed store, hash-verified
98
99
@staticmethod
100
def
save_summary(summary, filename):
101
import
pandas
as
pd
102
writer = pd.ExcelWriter(filename)
103
summary.to_excel(writer)
104
writer.save()
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected