fix: 10 Bugfixes für Linux + cross-platform KI-Pipeline#19
Merged
Conversation
Core Bugfixes (betreffen Windows + Linux): - ImagePipeline: OpenCvSharp GetArray bei CV_32FC3 Mat → Split + pro-Kanal GetArray - ImagePipeline: RealESRGAN macht immer 4x → Output auf Ziel-Faktor herunterskalieren - ImagePipeline: SetArray bei CV_32FC3 → zentrale ChwZuMat() Hilfsmethode (NAFNet, CodeFormer, AiLUTTransform) - InferenceEngine: SetArray bei Multichannel-Mat → pro-Kanal SetArray + Merge - InferenceEngine: Tensor-Indizierung bei mehrdim. Output → ToArray() + Array.Copy - LensCorrector: lf_db_find_cam → lf_db_find_cameras (lensfun 0.3.4 API, Windows + Linux identisch) - LensCorrector: lf_db_find_lens → lf_db_find_lenses_hd (5-Parameter Signatur) - LensCorrector: lf_db_get_cams → lf_db_get_cameras - SceneDetector: CalcHist Rangef crash → manuelle Pixel-Zählung (OpenCvSharp 4.13 workaround) Linux-spezifisch: - build-script.sh: Windows-DLLs (onnxruntime.dll) aus .deb entfernen (Protobuf parsing failed) Avalonia: - App.axaml.cs: hardcoded v0.5.4 → v0.7.0 - i18n: 31 fehlende Keys in 11 Sprachen ergänzt (Batch, Crop, Histogramm, Plugin, Preset, Update) Neu: - FlipsiColor.CLI: Terminal-Version für headless Linux-Testing (image, video, info, test)
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.
Bugfixes
Core Bugfixes (Windows + Linux — getestet auf Ubuntu 24.04)
ImagePipeline.csGetArraybei Multichannel-Mat →Split()+ pro-KanalGetArrayInferenceEngine.csSetArray+Cv2.MergeInferenceEngine.csoutput[i]→output.ToArray()+Array.CopyLensCorrector.csLensCorrector.csLensCorrector.csImagePipeline.csImagePipeline.csImagePipeline.csChwZuMat()HilfsmethodeSceneDetector.csLinux-spezifisch
onnxruntime.dll) aus .deb entfernen — verursachtProtobuf parsing failedauf LinuxAvalonia
Neu: FlipsiColor.CLI
Terminal-basierte Version für headless Testing — nutzt dieselbe Core-Engine:
Cross-Platform-Verifikation
liblensfun.dllund Linuxliblensfun.so.1haben identische API-Exports (beide lensfun 0.3.4)SetArray/GetArrayBug betrifft alle Plattformen — Split/Merge Fix ist cross-platformGetestet auf Ubuntu 24.04 (headless)