Yunchu Lee
Yunchu Lee
### Summary ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover...
### Summary ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover...
**Describe the bug** While running a regression test for instance-segmentation, I've met the training progress exceed 100%.  **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  **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:...
### Summary ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover...
### 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. - [...
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...