-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move LabelInfo and HLabelInfo to otx.core.types.label Signed-off-by: Kim, Vinnam <[email protected]> * Refactor LabelInfo - Prevent label_info from being over-written for OVModel - Remove runtime patch for HLabel head - Move LabelInfo to the dedicate source file otx.core.types.label * Fix tests * Remove label_info equivalance check from visualprompting label_info setter Signed-off-by: Kim, Vinnam <[email protected]> * Fix test_otx_explain_e2e not to overwrite model.num_classes Signed-off-by: Kim, Vinnam <[email protected]> * Add missing unit tests Signed-off-by: Kim, Vinnam <[email protected]> * Improve accessbility for otx.core.types Signed-off-by: Kim, Vinnam <[email protected]> * Fix NullLabelInfo unit test Signed-off-by: Kim, Vinnam <[email protected]> * Fix FMeasure and best_confidence_threshold mechanism * Update F1 test overriding to FMeasureCallable - Revisit regression test as well - Fix unit tests according to F1Measure rework * Add missing tests/utils.py Signed-off-by: Kim, Vinnam <[email protected]> * Fix OTXCLI to return error code if an exception is raised Signed-off-by: Kim, Vinnam <[email protected]> * Fix intg test errors Signed-off-by: Kim, Vinnam <[email protected]> * Update src/otx/core/metrics/fmeasure.py Co-authored-by: Harim Kang <[email protected]> * Add debug msg Signed-off-by: Kim, Vinnam <[email protected]> * Fix ruff error Signed-off-by: Kim, Vinnam <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> Co-authored-by: Harim Kang <[email protected]>
- Loading branch information
Showing
16 changed files
with
381 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.