Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ PSNR
Function
PSNR
dali/test/python/test_noise_utils.py:18–20 ·
view source on GitHub ↗
(data, orig)
Source
from the content-addressed store, hash-verified
16
17
18
def
PSNR(data, orig):
19
mse = (np.square(np.subtract(data, orig))).mean()
20
return
10 * np.log10(255 * 255 / mse)
Callers
2
_testimpl_operator_noise_shot
Function · 0.90
_testimpl_operator_noise_salt_and_pepper
Function · 0.90
Calls
1
log10
Method · 0.80
Tested by
no test coverage detected