-
Notifications
You must be signed in to change notification settings - Fork 45
Description
🧩 Issue type
Bug 🐞
📄 Description
Training phase any of the RTDetr class models in Detection project fails with ValueError: Augmentation iou_random_crop is not found for this model.
📋 Steps to reproduce (if applicable)
Start training Detection model RTDetr, wait for step 2 of 3 Model Training.
💻 Expected behavior
Training doesn't fail
🖼️ Screenshots, video recordings or logs
/interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/openvino/runtime/__init__.py:10: DeprecationWarning: The
openvino.runtimemodule is deprecated and will be removed in the 2026.0 release. Please replace
openvino.runtimewith
openvino. warnings.warn( Could not find wandb. To use this feature, ensure that you have wandb installed. Downloading shard files: 100%|██████████| 1/1 [00:00<00:00, 28.18it/s] Traceback (most recent call last): File "/interactive_ai/workflows/train/trainer/scripts/run.py", line 75, in <module> execute(work_dir=work_dir) File "/interactive_ai/workflows/train/trainer/scripts/utils.py", line 38, in _wrapped outputs = func(*args, **kwargs) File "/interactive_ai/workflows/train/trainer/scripts/run.py", line 34, in execute train( File "/interactive_ai/workflows/train/trainer/scripts/utils.py", line 38, in _wrapped outputs = func(*args, **kwargs) File "/interactive_ai/workflows/train/trainer/scripts/train.py", line 26, in train otx2_config = config.to_otx2_config() File "/interactive_ai/workflows/train/trainer/scripts/utils.py", line 168, in to_otx2_config otx2_config = GetiConfigConverter.convert(asdict(self)) File "/interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/otx/tools/converter.py", line 459, in convert GetiConfigConverter._update_params(default_config, hyper_parameters) File "/interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/otx/tools/converter.py", line 484, in _update_params update_augmentations(augmentation_params, config) File "/interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/otx/tools/converter.py", line 400, in update_augmentations raise ValueError(msg) ValueError: Augmentation iou_random_crop is not found for this model. Finished running script. Returned exit code status: 1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2 100 2 0 0 1404 0 --:--:-- --:--:-- --:--:-- 2000 OKReturned exit code status: 0
📦 Geti version
2.13.0
Hardware
Nvidia A100
🖥️ Operating System
Ubuntu 20.04
Browser (if applicable)
No response
Python Version (if relevant)
No response
➕ Additional context
No response