-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Back Hot-Fix into develop (#3682)
* [hotfix] Update for fix workflow issues (#3668) * Update README & CODEOWNERS (#3659) * Update Engine's docstring & CLI --help outputs (#3658) Update Engine's CLI docstring & HelpFormatter * Fix unit test for semantic segmentation to run it without mmseg (#3670) fix test to run wo mm * Enable ruff & ruff-format into otx/algo/classification/backbones (#3667) * Enable ruff in otx.algo.classification.backbones * Fix unit-test * Fix docstring * Disable integration test in pr-merge workflow (#3677) * Add TV MaskRCNN Tile Recipe (#3655) * add tv maskrcnn recipe * add unit test * add tile size * fix bug * Align integration test to exportable code interface update for release branch (#3676) * align integration test to exportable code update * add error message * align vp expected output name * Refactor exporter for anomaly task and fix a bug with exportable code (#3672) * refactor exporter * remove *to * reply comments * resolve problem with local temp file * Fix NNCF MaskRCNN-Eff accuracy drop (#3680) * fix nncf maskrcnn eff accuracy drop * update ignored scope * fix typo * Update pandas version constraint (#3679) --------- Co-authored-by: Yunchu Lee <yunchu.lee@intel.com> Co-authored-by: Prokofiev Kirill <kirill.prokofiev@intel.com> Co-authored-by: Eugene Liu <eugene.liu@intel.com> Co-authored-by: Eunwoo Shin <eunwoo.shin@intel.com>
- Loading branch information
1 parent
adb08a4
commit 4827829
Showing
20 changed files
with
945 additions
and
627 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# See help here: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
|
||
# These owners will be the default owners for everything in the repo. | ||
* @samet-akcay @harimkang @vinnamkim @jaegukhyun @eugene123tw @kprokofi @chuneuny-emily @sovrasov @sungchul2 @GalyaZalesskaya @negvet @goodsong81 @yunchu @wonjuleee @eunwoosh | ||
* @samet-akcay @harimkang @vinnamkim @eugene123tw @kprokofi @chuneuny-emily @sovrasov @sungchul2 @GalyaZalesskaya @negvet @goodsong81 @yunchu @wonjuleee @eunwoosh |
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.