training_extensions icon indicating copy to clipboard operation
training_extensions copied to clipboard

Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™

Results 286 training_extensions issues
Sort by recently updated
recently updated
newest added

### Summary - WIP: Test all models - Check List - [x] detection - [x] atss_mobilenetv2 - [x] atss_resnext101 - [x] rtmdet_tiny - [x] ssd_mobilenetv2 - [x] yolov9_c - [x]...

TEST
DOC
OTX 2.0

Currently there are only 2 supported anomaly models in OTX: PADIM and STFPM. EfficientAD is a newer model that that Anomalib supports that has very high accuracy according to papers...

Bumps the pip-others group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rich-argparse](https://github.com/hamdanal/rich-argparse) | `1.7.0` |...

DEPENDENCY
BUILD
python
dependencies

### Summary Update module docstrings for consistency across various files ### How to test ### Checklist - [ ] I have added unit tests to cover my changes.​ - [...

## Problem The repo does not have a consistent format for license headers and docstrings. Here are some examples from various files that follows different approaches. Example - 1: https://github.com/open-edge-platform/training_extensions/blob/02f32fe40e81e057361aaef4c7e8cdecec394eaf/src/otx/data/torch/torch.py#L1-L4...

### Summary - Adds `create_engine` wrapper. - Adds OpenVINO Engine - Adds Native Engine ### How to test ### Checklist - [ ] I have added unit tests to cover...

DEPENDENCY
TEST
BUILD
DOC

### Summary - Add index url for cuda 12.8 and xpu - Now, the dependencies need to be specified as `uv pip install -e .[cuda]` or `uv pip install -e...

DEPENDENCY
BUILD

I noticed in since OTX 2.4 semi-supervision capabilities were removed? Are there plans of adding this functionality back in? We had built some integration for this feature and its removal...

FEATURE
ALGO

CI and installation config proposal: - min py version allowed in pyproject.toml: 3.10 - Unit tests: 3.10, 3.12 - Integration tests: 3.12 End Q3'25: - Drop 3.10, after 3.9 is...

BUILD
CI
python

### Summary ### How to test ### Checklist - [ ] I have added unit tests to cover my changes.​ - [ ] I have added integration tests to cover...

TEST