Sungchul Kim
Sungchul Kim
### Changes - Enable to load models with low opset version - Add to change tensor shape in Accuracy ### Reason for changes 1. The models with opset==7, 8, 9...
### Changes rebase https://github.com/openvinotoolkit/nncf/pull/1071 ### Reason for changes ### Related tickets 60615 ### Tests `test_quantizer_propagation_solver.py`
### 🚀 The feature It would be good to be able to register custom transform kernels in `v2.function`. ### Motivation, pitch If I want to register the transform's kernel, which...
### Summary This PR includes: - [x] enable `otx export` - [x] finetuning - [x] zero-shot - [x] enable IR inference - [x] finetuning - [x] zero-shot - [ ]...
### Summary This PR includes: - [x] Update/Add transforms to enable masks and polygons for iseg - [x] Resize - [x] Pad - [x] RandomFlip - [x] CachedMosaic - [x]...
### Summary [CVS-141030](https://jira.devtools.intel.com/browse/CVS-141030) - [x] Fix YOLOX export perf degradation - ATSS will be fixed at https://github.com/openvinotoolkit/training_extensions/pull/3531 by reverting all configs ### How to test ### Checklist - [ ]...
### Summary This PR includes: - [x] Remove `mmdet` and `torchvision` directory & Refactor duplicated functions before after ```shell src/otx/algo/instance_segmentation/ ├── losses │  ├── accuracy.py │  ├── dice_loss.py │  └──...
### Summary Visual prompting tasks have only supported single batch test and prediction. This PR enables multi batch testing for those tasks. ### How to test ```shell $ tox -vv...