You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing in #117, I found an issue related to auto compressor selection. It always selects a Constant compressor even if the data is not applicable for this kind of compression.
I believe it happens because CompressorFrame::compress_best runs Constant, FFT and Polynomial compressors on some data and compares which one compressed data the most. Also, it ignores an error level.
As an approach, it may account for the error level to choose an optimal compressor for the data.
The text was updated successfully, but these errors were encountered:
worryg0d
changed the title
***Constant*** compressor is always choosed when Auto is set
Constant compressor is always choosed when Auto is set
Sep 6, 2024
worryg0d
changed the title
Constant compressor is always choosed when Auto is set
Constant compressor is always choosed after auto compressor selection
Sep 6, 2024
During testing in #117, I found an issue related to auto compressor selection. It always selects a Constant compressor even if the data is not applicable for this kind of compression.
I believe it happens because
CompressorFrame::compress_best
runs Constant, FFT and Polynomial compressors on some data and compares which one compressed data the most. Also, it ignores an error level.As an approach, it may account for the error level to choose an optimal compressor for the data.
The text was updated successfully, but these errors were encountered: