-
Notifications
You must be signed in to change notification settings - Fork 45
Update OTX version. Fix DETR augs. #1320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates OTX version and fixes DETR augmentations by disabling problematic data augmentation configurations across multiple RT-DETR model manifests.
- Adds
dataset_preparation
configuration with disablediou_random_crop
for RT-DETR models - Disables
color_jitter
augmentation for DFINE-X model - Standardizes augmentation settings across detection models to resolve training issues
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
rtdetr_50.yaml | Adds dataset preparation config with disabled iou_random_crop |
rtdetr_18.yaml | Adds dataset preparation config with disabled iou_random_crop |
rtdetr_101.yaml | Adds dataset preparation config with disabled iou_random_crop |
dfine_x.yaml | Disables color_jitter augmentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
interactive_ai/supported_models/geti_supported_models/manifests/detection/rtdetr_50.yaml
Outdated
Show resolved
Hide resolved
interactive_ai/supported_models/geti_supported_models/manifests/detection/rtdetr_18.yaml
Outdated
Show resolved
Hide resolved
interactive_ai/supported_models/geti_supported_models/manifests/detection/rtdetr_101.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
π Description
resolves #1312, #1316
β¨ Type of Change
Select the type of change your PR introduces:
π§ͺ Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
β Checklist
Before submitting the PR, ensure the following: