Upload data explorer model in public storage#813
Merged
sooahleex merged 5 commits intoFeb 20, 2023
Conversation
Codecov ReportBase: 77.73% // Head: 78.26% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #813 +/- ##
===========================================
+ Coverage 77.73% 78.26% +0.52%
===========================================
Files 184 184
Lines 23570 23563 -7
Branches 5082 4880 -202
===========================================
+ Hits 18323 18442 +119
+ Misses 4168 4028 -140
- Partials 1079 1093 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
vinnamkim
added a commit
that referenced
this pull request
Feb 21, 2023
* Add daily/weekly test triggers (#811) * Add daily/weekly checks in schedule * Update for testing * Fix version * Fix version * Fix version * Update ttest configuration * Rename daily to nightly * Apply some feedbacks * Apply some feedbacks * Correct wrong file path. * Raise ImportError on importing malformed COCO directory (#812) * Raise ImportError on importing malformed COCO directory - Previously, COCOImporter implicitly set its rootpath and images_dir unless the directory structure is not well formed. This makes users cannot know what's happening although their dataset structure is malformed. As a result, after importing, users try to load its images but fail and don't know why. Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Update CHANGELOG.md Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix isort Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix unittest Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Image should have 2 or 3 dims Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Upload data explorer model in public storage (#813) * Upload model in public storage * Update model_dir * Make dir * Skip test if macos * Skip unit tests if macos --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> Co-authored-by: Emily Chun <emily.chun@intel.com> Co-authored-by: Sooah Lee <sooah.lee@intel.com>
7 tasks
vinnamkim
added a commit
that referenced
this pull request
Feb 22, 2023
* Update version to release v1.0 early version to PyPI * Dev to 1.0.0 pre-release (#817) * Add daily/weekly test triggers (#811) * Add daily/weekly checks in schedule * Update for testing * Fix version * Fix version * Fix version * Update ttest configuration * Rename daily to nightly * Apply some feedbacks * Apply some feedbacks * Correct wrong file path. * Raise ImportError on importing malformed COCO directory (#812) * Raise ImportError on importing malformed COCO directory - Previously, COCOImporter implicitly set its rootpath and images_dir unless the directory structure is not well formed. This makes users cannot know what's happening although their dataset structure is malformed. As a result, after importing, users try to load its images but fail and don't know why. Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Update CHANGELOG.md Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix isort Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix unittest Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Image should have 2 or 3 dims Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Upload data explorer model in public storage (#813) * Upload model in public storage * Update model_dir * Make dir * Skip test if macos * Skip unit tests if macos --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> Co-authored-by: Emily Chun <emily.chun@intel.com> Co-authored-by: Sooah Lee <sooah.lee@intel.com> --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> Co-authored-by: chuneuny <emily.chun@intel.com> Co-authored-by: Sooah Lee <sooah.lee@intel.com>
wonjuleee
pushed a commit
that referenced
this pull request
Mar 10, 2023
* Update version to release v1.0 early version to PyPI * Dev to 1.0.0 pre-release (#817) * Add daily/weekly test triggers (#811) * Add daily/weekly checks in schedule * Update for testing * Fix version * Fix version * Fix version * Update ttest configuration * Rename daily to nightly * Apply some feedbacks * Apply some feedbacks * Correct wrong file path. * Raise ImportError on importing malformed COCO directory (#812) * Raise ImportError on importing malformed COCO directory - Previously, COCOImporter implicitly set its rootpath and images_dir unless the directory structure is not well formed. This makes users cannot know what's happening although their dataset structure is malformed. As a result, after importing, users try to load its images but fail and don't know why. Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Update CHANGELOG.md Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix isort Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix unittest Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Image should have 2 or 3 dims Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Fix testcase Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Upload data explorer model in public storage (#813) * Upload model in public storage * Update model_dir * Make dir * Skip test if macos * Skip unit tests if macos --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> Co-authored-by: Emily Chun <emily.chun@intel.com> Co-authored-by: Sooah Lee <sooah.lee@intel.com> * [Release] Fix/update 3rd party txt (#820) * Update 3rd-party.txt Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Convert tab to spaces Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> * Remove the duplicated contexts * Enable doc build on release branch * Update changelog * Apply code review feedbacks * Remove a blank line * Update version.py * Update CHANGELOG.md * Update CHANGELOG.md * Add some description (#832) --------- Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com> Co-authored-by: chuneuny <emily.chun@intel.com> Co-authored-by: Sooah Lee <sooah.lee@intel.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update data explorer models (bin, xml files) that uploaded in the openvinotoolkit storage.
Enable unit tests for data explorer.
How to test
Checklist
developbranchLicense
Feel free to contact the maintainers if that's a concern.