-
Notifications
You must be signed in to change notification settings - Fork 141
Upload data explorer model in public storage #813
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
Upload data explorer model in public storage #813
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* 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 <[email protected]> * Update CHANGELOG.md Signed-off-by: Kim, Vinnam <[email protected]> * Fix isort Signed-off-by: Kim, Vinnam <[email protected]> * Fix unittest Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Image should have 2 or 3 dims Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> * 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 <[email protected]> Co-authored-by: Emily Chun <[email protected]> Co-authored-by: Sooah Lee <[email protected]>
* 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 <[email protected]> * Update CHANGELOG.md Signed-off-by: Kim, Vinnam <[email protected]> * Fix isort Signed-off-by: Kim, Vinnam <[email protected]> * Fix unittest Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Image should have 2 or 3 dims Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> * 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 <[email protected]> Co-authored-by: Emily Chun <[email protected]> Co-authored-by: Sooah Lee <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> Co-authored-by: chuneuny <[email protected]> Co-authored-by: Sooah Lee <[email protected]>
* 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 <[email protected]> * Update CHANGELOG.md Signed-off-by: Kim, Vinnam <[email protected]> * Fix isort Signed-off-by: Kim, Vinnam <[email protected]> * Fix unittest Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> * Image should have 2 or 3 dims Signed-off-by: Kim, Vinnam <[email protected]> * Fix testcase Signed-off-by: Kim, Vinnam <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> * 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 <[email protected]> Co-authored-by: Emily Chun <[email protected]> Co-authored-by: Sooah Lee <[email protected]> * [Release] Fix/update 3rd party txt (#820) * Update 3rd-party.txt Signed-off-by: Kim, Vinnam <[email protected]> * Convert tab to spaces Signed-off-by: Kim, Vinnam <[email protected]> --------- Signed-off-by: Kim, Vinnam <[email protected]> * 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 <[email protected]> Co-authored-by: chuneuny <[email protected]> Co-authored-by: Sooah Lee <[email protected]>
Summary
Update data explorer models (bin, xml files) that uploaded in the openvinotoolkit storage.
Enable unit tests for data explorer.
How to test
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.