MCPcopy 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
93def mean_squared_error(A, B):
94 return np.square(np.subtract(A, B)).mean()
95
96
97def bboxes_to_mask(size, bboxes):

Callers 1

evaluate_imageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected