Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaureenZOU/TSAM
/ mean_squared_error
Function
mean_squared_error
src/utils/util.py:93–94 ·
view source on GitHub ↗
(A, B)
Source
from the content-addressed store, hash-verified
91
92
93
def
mean_squared_error(A, B):
94
return
np.square(np.subtract(A, B)).mean()
95
96
97
def
bboxes_to_mask(size, bboxes):
Callers
1
evaluate_image
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected