Yunchu Lee

Results 13 issues of Yunchu Lee

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

BUILD

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

BUILD

**Describe the bug** While running a regression test for instance-segmentation, I've met the training progress exceed 100%. ![image](https://github.com/openvinotoolkit/training_extensions/assets/5232387/cd403e4c-7b0c-4439-86fc-277f868be7ab) **Steps to Reproduce** 1. prepare dataset for running regression test 2. run...

**Describe the bug** After upgrading openvino version to 2023.1, downloaded omz models were compressed with option of mo "--compress_to_fp16 true" as default. this leads some unittests failure. ref. [openvino 2023.1...

**Describe the bug** tested on branch `releases/1.5.0` failures on regression test for semantic segmentation * train type: class incr * template * SegNext-B, SegNext-t, SegNext-s ![image](https://github.com/openvinotoolkit/training_extensions/assets/5232387/d0993d82-d474-4212-8059-bce46b54af38) **Steps to Reproduce** 1....

following TCs were reported as failed due to too low accuracy * tests/e2e/cli/detection/test_detection.py::TestToolsOTXDetection::test_otx_eval_openvino[True-Custom_Object_Detection_Gen3_SSD] * AssertionError: trained_performance[k]=0.5714285714285714, exported_performance[k]=0.44444444444444436 * tests/e2e/cli/detection/test_detection.py::TestToolsOTXDetection::test_otx_eval_openvino[True-Object_Detection_YOLOX_L] * AssertionError: trained_performance[k]=0.6666666666666665, exported_performance[k]=0.3999999999999999 * tests/e2e/cli/detection/test_detection.py::TestToolsOTXDetection::test_otx_eval_openvino[False-Custom_Object_Detection_Gen3_SSD] * AssertionError: trained_performance[k]=0.5714285714285714, exported_performance[k]=0.44444444444444436 *...

Got failures from the regression tests for the detetion task with tiling all failures are coming from Custom_Object_Detection_YOLOX template. ``` ================================================ short test summary info ================================================= FAILED tests/regression/detection/test_tiling_detection.py::TestRegressionTilingDetection::test_otx_train[Custom_Object_Detection_YOLOX] - AssertionError:...

BUG
CI

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

BUILD

### Summary add a "augmentation details" page to the docs/explanation/additional_features ### How to test ### Checklist - [ ] I have added unit tests to cover my changes.​ - [...

DOC

Anomaly tasks in OTX2.0.0 show performance degradation compared to OTX1.5.2. How to run the anomaly benchmark tests ```bash pytest -vs tests/perf/test_anomaly.py --output-root benchmark_result --model-category all --data-root /path/to/val-data/v1 --eval-upto train --num-repeat...

OTX 2.0