Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ msssim
Function
msssim
utils/loss_utils.py:68–69 ·
view source on GitHub ↗
(rgb, gts)
Source
from the content-addressed store, hash-verified
66
ms_ssim = MultiScaleStructuralSimilarityIndexMeasure(data_range=1.0)
67
68
def
msssim(rgb, gts):
69
return
ms_ssim(rgb, gts).item()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected