Merged
Conversation
Updated input image formats and corrected parameter attributes.
Removed class_name parameter from inputs and tests for YOLO prediction.
kostrykin
reviewed
Feb 26, 2026
Updated input image parameter to support TIFF format and added a validator for RGB channel count.
Removed commented-out test cases for segment and detect modes.
Updated input_images parameter to include a help message and validation for RGB channels.
Enhance input image parameter for TIFF support
Updated help text and validation for input images in YOLO training configuration.
Updated input_images parameter to support TIFF files with 1 or 3 channels and improved validation message.
Contributor
Author
|
So normally this can be merged. I checked carefully: there is only one ERROR in the lint, and it is only for the version in json2yolosegment.xml. Before merging, I wanted to ask if it would be better to set yolo_training to version galaxy5, since the PR that was supposed to create this version did not go through. |
bgruening
reviewed
Mar 6, 2026
bgruening
approved these changes
Mar 6, 2026
Owner
|
Thanks a lot! |
Contributor
Author
|
Hello @bgruening, |
Owner
|
See #1798 We need to add a specific label, then the linting is skipped and its deployed. See also newer PR templates and documentation. |
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.
This pull request aims to add class support to the tool. In training, it is now possible to provide the list of classes. I removed the class input from prediction because it did not provide class names and was only used to know the number of classes. It has been replaced with the classes already known by the model.