Posts: 11.834
Threads: 63
Joined: May 2017
7 hours ago
(This post was last modified: 7 hours ago by Selur.)
So when:
- '+Custom' is used: Exemplar Models would need to be enabled. (and can't be disabled)
- '+Restore' is used: Exemplar Models would need to be enabled and forced to specific settings. (and can't be disabled)
That seems unnecessary, since using 'light/medium/strong' + enabling 'Exemplar Models' is the same as 'light/medium/strong+Custom'.
And 'light/medium/strong+Restore' does not make any sense to me. (since it should be a preset for 'exemplar models')
Cu Selur
Ps.: send you a link to a test version via pm (which adds support for BlackWhiteMode, but does not change BlackWhiteTune)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 912
Threads: 78
Joined: Feb 2020
In the test sample provided there are the 6 cases that Hybrid should be able to manage.
The proposed changes were the ones with minor changes both on your side and my side.
I will think about another way to manage these 6 cases.
The new GUI is Ok, the B&M mode "CLAHE + Simple(luma)" should be changed in "ScaleAbs + Simple(RGB)", I changed this in RC2.
Thanks,
Dan
Posts: 11.834
Threads: 63
Joined: May 2017
Quote:the B&M mode "CLAHE + Simple(luma)" should be changed in "ScaleAbs + Simple(RGB)", I changed this in RC2.
I adjusted it, but you should rephrase:
:param BlackWhiteMode: Method used by BlackWhiteTune to perform colors adjustments.
Allowed values are:
0 : Apply Contrast Limited Adaptive Histogram Equalization on Luma
1 : Apply Simple Histogram Equalization on all RGB channels
2 : Apply CLAHE on all RGB channels
3 : method=0 and method=1 are merged (default)
4 : Automatic brightness and contrast optimization with ScaleAbs
5 : Auto brigh and contrast optim. with saturation arithmetic
then, which is from RC2.
Cu Selur
Ps.: updated Hybrid_havc_test
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 912
Threads: 78
Joined: Feb 2020
In the previous link is still available the old version 2025.09.07.1.
I still have to complete the update of comments, only the comment for the function rgb_equalizer was updated (thanks for having reported this issue).
Dan
In the current dev version is provided the parameter "BlackWhitemode" instead of "BlackWhiteMode".
I got the following error
Failed to evaluate the script:
Python exception: HAVC_main() got an unexpected keyword argument 'BlackWhitemode'
Dan
Posts: 11.834
Threads: 63
Joined: May 2017
Fixed "BlackWhitemode" to "BlackWhiteMode".
updated Hybrid_havc_test (version info is the same)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 912
Threads: 78
Joined: Feb 2020
The new dev version is working.
Thanks,
Dan
Posts: 11.834
Threads: 63
Joined: May 2017
Okay, then I can upload a new torch and public dev tomorrow or whenever you fixed the docs&co and made a new release.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.