training_extensions icon indicating copy to clipboard operation
training_extensions copied to clipboard

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

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

This PR fixes a bug which is occurred when HPO runs without batch size in search space.

CLI

## Tiling * Add tiling and corresponded change to the following submodule * mmdetection: https://github.com/openvinotoolkit/mmdetection/pull/356 * MPA: https://github.com/openvinotoolkit/model_preparation_algorithm/pull/40

SDK
CLI
tasks

Hi, I am working on real-time video action recognition, and I found your great work "lightweight network architecture for real-time action recognition" , which has got a really fantastic result...

question

# Description The changes in this PR are as follows: - Move `ote_cli` to `ote/cli` - Update the documentation - Update the tests. - Create a `setup.py` file in the...

dependencies
SDK
CLI
tasks
tests

# Description This PR removes hard-coded `Normal` and `Anomalous` labels from the anomaly tasks. - Fixes [CVS-86968](https://jira.devtools.intel.com/browse/CVS-86968) - BMM [33907](https://ci.iotg.sclab.intel.com/job/IMPT/job/IMPTOps/33907/) ✅ - SC [Project](https://10.211.120.59/) - [CI](http://validationreports.sclab.intel.com:8006/reports/build_number_report?test_session_build_number=pr-ote-test-441&environment=iotg-dev-workstation-08)

tasks

Validation OTE CLI input common arguments New tests: tests/ote_cli/test_ote_cli_demo.py tests/ote_cli/test_ote_cli_deploy.py tests/ote_cli/test_ote_cli_eval.py tests/ote_cli/test_ote_cli_export.py tests/ote_cli/test_ote_cli_find.py tests/ote_cli/test_ote_cli_optimize.py tests/ote_cli/common.py Adaptations for new tests: ote_cli/ote_cli/tools/demo.py ote_cli/ote_cli/tools/deploy.py ote_cli/ote_cli/tools/eval.py ote_cli/ote_cli/tools/export.py ote_cli/ote_cli/tools/find.py ote_cli/ote_cli/tools/optimize.py ote_cli/ote_cli/tools/train.py ote_cli/ote_cli/utils/validate_path.py ote_sdk/ote_sdk/tests/conftest.py

CLI
tasks
tests
Stale