-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge back 2.2.0.rc3 to develop #3963
Merge back 2.2.0.rc3 to develop #3963
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1bd1d5 - Browse repository at this point
Copy the full SHA d1bd1d5View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c16f985 - Browse repository at this point
Copy the full SHA c16f985View commit details -
Fix e2e code error (openvinotoolkit#3871)
* Update test_cli.py * Update tests/e2e/cli/test_cli.py Co-authored-by: Eunwoo Shin <[email protected]> * Update test_cli.py * Update test_cli.py --------- Co-authored-by: Eunwoo Shin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cba5120 - Browse repository at this point
Copy the full SHA cba5120View commit details -
Add documentation about configurable input size (openvinotoolkit#3870)
* add docs about configurable input size * update api usecase and fix bug
Configuration menu - View commit details
-
Copy full SHA for b807c9d - Browse repository at this point
Copy the full SHA b807c9dView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2835aba - Browse repository at this point
Copy the full SHA 2835abaView commit details -
Fix DeiT for multi-label classification (openvinotoolkit#3881)
Remove init_args
Configuration menu - View commit details
-
Copy full SHA for ccf2d50 - Browse repository at this point
Copy the full SHA ccf2d50View commit details -
Fix Semi-SL for ViT accuracy drop (openvinotoolkit#3883)
Remove init_args
Configuration menu - View commit details
-
Copy full SHA for e577b6a - Browse repository at this point
Copy the full SHA e577b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1dd2b0 - Browse repository at this point
Copy the full SHA d1dd2b0View commit details -
Fix mean and scale for segmentation task (openvinotoolkit#3885)
fix mean and scale
Configuration menu - View commit details
-
Copy full SHA for c17a923 - Browse repository at this point
Copy the full SHA c17a923View commit details
Commits on Aug 26, 2024
-
Update MAPI in 2.2 (openvinotoolkit#3889)
* Bump MAPI * Update exportable code requirements
Configuration menu - View commit details
-
Copy full SHA for d72feeb - Browse repository at this point
Copy the full SHA d72feebView commit details -
Improve Semi-SL for LiteHRNet (small-medium case) (openvinotoolkit#3891)
* change drop pixels value * go safe, change only tested models * minor
Configuration menu - View commit details
-
Copy full SHA for 00ed3a0 - Browse repository at this point
Copy the full SHA 00ed3a0View commit details -
Improve h-cls for eff models (openvinotoolkit#3893)
* Update step size for eff v2 * Update effb0 recipe
Configuration menu - View commit details
-
Copy full SHA for 2c6b4de - Browse repository at this point
Copy the full SHA 2c6b4deView commit details
Commits on Aug 27, 2024
-
Fix maskrcnn swin nncf acc drop (openvinotoolkit#3900)
update maskrcnn swimt model type to transformer
Configuration menu - View commit details
-
Copy full SHA for 0dc7a29 - Browse repository at this point
Copy the full SHA 0dc7a29View commit details
Commits on Aug 28, 2024
-
Add keypoint detection recipe for single object cases (openvinotoolki…
…t#3903) * add rtmpose_tiny for single obj * add rtmpose_tiny for single obj * modify test subset name * fix unit test * update recipe with reset
Configuration menu - View commit details
-
Copy full SHA for 0d6799c - Browse repository at this point
Copy the full SHA 0d6799cView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8115b52 - Browse repository at this point
Copy the full SHA 8115b52View commit details -
Fix pretrained weight cached dir for timm (openvinotoolkit#3909)
* Fix pretrained_weight for timm * Fix unit-test
Configuration menu - View commit details
-
Copy full SHA for 4c8555e - Browse repository at this point
Copy the full SHA 4c8555eView commit details
Commits on Aug 30, 2024
-
Fix keypoint detection single obj recipe (openvinotoolkit#3915)
* add rtmpose_tiny for single obj * modify test subset name * fix unit test * property for pck
Configuration menu - View commit details
-
Copy full SHA for 52221e3 - Browse repository at this point
Copy the full SHA 52221e3View commit details -
Fix cached dir for timm & hugging-face (openvinotoolkit#3914)
* Fix cached dir * Pretrained weight download unit-test * Fix pre-commit
Configuration menu - View commit details
-
Copy full SHA for 9265c59 - Browse repository at this point
Copy the full SHA 9265c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5170736 - Browse repository at this point
Copy the full SHA 5170736View commit details -
Configuration menu - View commit details
-
Copy full SHA for f611cc1 - Browse repository at this point
Copy the full SHA f611cc1View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 425a479 - Browse repository at this point
Copy the full SHA 425a479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1c7da - Browse repository at this point
Copy the full SHA 7f1c7daView commit details
Commits on Sep 3, 2024
-
Fix names for ignored scope [HOT-FIX, 2.2.0] (openvinotoolkit#3924)
fix names for ignored scope
Configuration menu - View commit details
-
Copy full SHA for 51d1adf - Browse repository at this point
Copy the full SHA 51d1adfView commit details -
Fix classification rt_info (openvinotoolkit#3922)
* Restore output_raw_scores for classificaiton * Add uts * Fix linter
Configuration menu - View commit details
-
Copy full SHA for 2bcf1b2 - Browse repository at this point
Copy the full SHA 2bcf1b2View commit details
Commits on Sep 4, 2024
-
Update label info (openvinotoolkit#3925)
add label info to init Signed-off-by: Ashwin Vaidya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 112b2b2 - Browse repository at this point
Copy the full SHA 112b2b2View commit details
Commits on Sep 5, 2024
-
Fix binary classification metric task (openvinotoolkit#3928)
* Fix binary classification * Add unit-tests
Configuration menu - View commit details
-
Copy full SHA for 929132d - Browse repository at this point
Copy the full SHA 929132dView commit details -
Improve MaskRCNN SwinT NNCF (openvinotoolkit#3929)
* ignore heads and disable smooth quant * add activations_range_estimator_params * update changelog
Configuration menu - View commit details
-
Copy full SHA for 706f99b - Browse repository at this point
Copy the full SHA 706f99bView commit details -
Fix get_item for Chained Tasks in Classification (openvinotoolkit#3931)
* Fix Task Chain * Add multi-label case as well * Add multi-label case as well2 * Add H-label case
Configuration menu - View commit details
-
Copy full SHA for 53a7d9a - Browse repository at this point
Copy the full SHA 53a7d9aView commit details -
Correct Keyerror for h-label cls in label_groups for dm_label_categor…
…ies using label's id/key (openvinotoolkit#3932) Modify label_groups for dm_label_categories with id/key of label
Configuration menu - View commit details
-
Copy full SHA for c3749e3 - Browse repository at this point
Copy the full SHA c3749e3View commit details
Commits on Sep 6, 2024
-
Remove datumaro attribute id from tiling, add subset names (openvinot…
…oolkit#3933) * remove datumaro attribute id from tiling * add subset names
Configuration menu - View commit details
-
Copy full SHA for 98a9cac - Browse repository at this point
Copy the full SHA 98a9cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e6454 - Browse repository at this point
Copy the full SHA d8e6454View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2705df - Browse repository at this point
Copy the full SHA c2705dfView commit details -
Add missing pretrained weights when creating a docker image (openvino…
…toolkit#3938) * Fix pre-trained weight downloader * Remove if condition for pretrained wiehgt download
Configuration menu - View commit details
-
Copy full SHA for c2ccfc9 - Browse repository at this point
Copy the full SHA c2ccfc9View commit details
Commits on Sep 9, 2024
-
Change default option 'full' to 'base' in otx install (openvinotoolki…
…t#3937) * Change option full to base for otx install * Fix wrong code * Fix issue * Fix docs
Configuration menu - View commit details
-
Copy full SHA for 8b747f9 - Browse repository at this point
Copy the full SHA 8b747f9View commit details -
Fix auto adapt batch size in Converter (openvinotoolkit#3939)
* Enable auto adapt batch size into converter * Fix wrong
Configuration menu - View commit details
-
Copy full SHA for d43226e - Browse repository at this point
Copy the full SHA d43226eView commit details -
Fix hpo converter (openvinotoolkit#3940)
* save best hp after hpo * add test
Configuration menu - View commit details
-
Copy full SHA for 1d319cd - Browse repository at this point
Copy the full SHA 1d319cdView commit details -
Fix tiling XAI out of range (openvinotoolkit#3943)
- Fix tile merge XAI out of range
Configuration menu - View commit details
-
Copy full SHA for aaa2765 - Browse repository at this point
Copy the full SHA aaa2765View commit details
Commits on Sep 12, 2024
-
enable model export (openvinotoolkit#3952)
Signed-off-by: Ashwin Vaidya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac87b49 - Browse repository at this point
Copy the full SHA ac87b49View commit details -
Move templates from OTX1.X to OTX2.X (openvinotoolkit#3951)
* add otx1.6 templates * added new models * delete entrypoints and nncf cfg * updated some hyperparams * fix for rtmdet_tiny * updated converter * Update classification templates * Update det, r-det, vpm * Update template.yaml * changed warmaup value in train.yaml --------- Co-authored-by: Kang, Harim <[email protected]> Co-authored-by: Kim, Sungchul <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f96f27 - Browse repository at this point
Copy the full SHA 8f96f27View commit details -
Add missing tile recipes and various tile recipe changes (openvinotoo…
…lkit#3942) * add missing tile recipes * Fix tiling XAI out of range (openvinotoolkit#3943) - Fix tile merge XAI out of range * update xai tile merge * update rtdetr * update tile recipes * update rtdetr tile postprocess * update rtdetr recipes and tile recipes * update tile recipes * fix rtdetr unittest * update recipes * refactor tile unit test * address pr reviews * remove unnecessary files * update color channel * fix image channel passing * include tiling in cli integration test * remove transform_bbox --------- Co-authored-by: Vladislav Sovrasov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f87c86 - Browse repository at this point
Copy the full SHA 0f87c86View commit details -
Support ImageFromBytes (openvinotoolkit#3948)
* add image_from_bytes Signed-off-by: Ashwin Vaidya <[email protected]> * refactor code Signed-off-by: Ashwin Vaidya <[email protected]> * allow empty anomalous masks Signed-off-by: Ashwin Vaidya <[email protected]> --------- Signed-off-by: Ashwin Vaidya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7efcbc - Browse repository at this point
Copy the full SHA c7efcbcView commit details
Commits on Sep 13, 2024
-
Change categories mapping logic (openvinotoolkit#3946)
* change pre-filtering logic * Update src/otx/core/data/pre_filtering.py Co-authored-by: Eunwoo Shin <[email protected]> --------- Co-authored-by: Eunwoo Shin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecef545 - Browse repository at this point
Copy the full SHA ecef545View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ec8e7 - Browse repository at this point
Copy the full SHA b1ec8e7View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 139ece5 - Browse repository at this point
Copy the full SHA 139ece5View commit details
Commits on Sep 20, 2024
-
Include Geti arrow dataset subset names (openvinotoolkit#3962)
* restrited number of output masks by tiling * add geti subset name * update num of max pred
Configuration menu - View commit details
-
Copy full SHA for aa31dca - Browse repository at this point
Copy the full SHA aa31dcaView commit details -
Include full image with anno in case there's no tile in tile dataset (o…
…penvinotoolkit#3964) * include full image with anno incase there's no tile in dataset * update test
Configuration menu - View commit details
-
Copy full SHA for 93f1a55 - Browse repository at this point
Copy the full SHA 93f1a55View commit details -
Add type checker in converter for callable functions (optimizer, sche…
…duler) (openvinotoolkit#3968) Fix converter callable functions (optimizer, scheduler)
Configuration menu - View commit details
-
Copy full SHA for 45f9a24 - Browse repository at this point
Copy the full SHA 45f9a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fcb73 - Browse repository at this point
Copy the full SHA 51fcb73View commit details -
Co-authored-by: Kim, Sungchul <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cb8b0d - Browse repository at this point
Copy the full SHA 7cb8b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 901fd16 - Browse repository at this point
Copy the full SHA 901fd16View commit details -
Merge branch 'kp/merge_back_2.2.0' of https://github.com/kprokofi/tra…
…ining_extensions into kp/merge_back_2.2.0
Configuration menu - View commit details
-
Copy full SHA for 5971993 - Browse repository at this point
Copy the full SHA 5971993View commit details -
Configuration menu - View commit details
-
Copy full SHA for a30ef81 - Browse repository at this point
Copy the full SHA a30ef81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ac89c - Browse repository at this point
Copy the full SHA 27ac89cView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b45aea6 - Browse repository at this point
Copy the full SHA b45aea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45fe11 - Browse repository at this point
Copy the full SHA b45fe11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8ecd1 - Browse repository at this point
Copy the full SHA 4c8ecd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3d903 - Browse repository at this point
Copy the full SHA cb3d903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b2504 - Browse repository at this point
Copy the full SHA 31b2504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97dad60 - Browse repository at this point
Copy the full SHA 97dad60View commit details