Update to FLIP v1.7#44
Merged
Merged
Conversation
Collaborator
pandersson94
commented
Nov 7, 2025
- Fixed memory leaks in the C++/CUDA/Python versions of FLIP.
- HDR-FLIP: Fixed crashes that followed from the reference's median being 0.
- Automatic start and stop exposures in HDR-FLIP are computed using statistics of the reference image. For the stop exposure, we use the median luminance of the reference. When that is 0, we used to get undefined behavior or a crash. Version 1.7 fixes this by clamping the median to have a minimum value of FLT_EPSILON.
- Flipped the ꟻ in ꟻLIP. The entire name (FLIP) should now be readable on all devices.
- Published Python version of FLIP to PyPI (URL: ?).
- The distribution has been tested on Windows, Linux (Ubuntu), and macOS.
- The Python version of FLIP (tool and API) is now installed by `pip install flip-evaluator`.
- After installation, the tool can be run directly in a shell by `flip --reference reference.{png|exr} --test test.{png|exr}`.
- After installation, the FLIP API is available in Python by `import flip_evaluator as flip`.
- Directory structure in the FLIP repository has been altered to accomodate the Python version being published to PyPI.
- Updated Python/C++/CUDA test script.
- Various bugfixes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.