Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
instant-ngp-tomography
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Pickles
instant-ngp-tomography
Commits
102aad63
Commit
102aad63
authored
2 years ago
by
Thomas Müller
Browse files
Options
Downloads
Patches
Plain Diff
Remove implicit tonemapping from SSIM computation
parent
635e5f26
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/common.py
+0
-1
0 additions, 1 deletion
scripts/common.py
with
0 additions
and
1 deletion
scripts/common.py
+
0
−
1
View file @
102aad63
...
...
@@ -184,7 +184,6 @@ def trim(error, skip=0.000001):
return
error
[
skip
:
size
-
skip
].
mean
()
def
luminance
(
a
):
a
=
np
.
maximum
(
0
,
a
)
**
0.4545454545
return
0.2126
*
a
[:,:,
0
]
+
0.7152
*
a
[:,:,
1
]
+
0.0722
*
a
[:,:,
2
]
def
SSIM
(
a
,
b
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment